Settings: Fabulous "Add rule" button.
Bug: 20064962 Change-Id: If7ff9d6cdfc61e5dd9e0d3bc4e2228c5fdaf9fa9
This commit is contained in:
@@ -49,6 +49,18 @@
|
||||
|
||||
<include layout="@layout/loading_container" />
|
||||
|
||||
<com.android.settings.widget.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
android:visibility="gone"
|
||||
android:clickable="true"
|
||||
android:layout_width="@dimen/fab_size"
|
||||
android:layout_height="@dimen/fab_size"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_marginEnd="@dimen/fab_margin"
|
||||
android:layout_marginBottom="@dimen/fab_margin"
|
||||
android:elevation="@dimen/fab_elevation"
|
||||
android:background="@drawable/fab_background" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<TextView android:id="@android:id/empty"
|
||||
|
||||
Reference in New Issue
Block a user