Delete a bunch of dead code and resources.
Deleted a bunch of unused colors. Also deleted the FAB since it's never actually used, The one xml location sets the visibility to gone and it is never changed. Change-Id: I9424d581960ef879f6742bf8f06ac8932224c7cc
This commit is contained in:
@@ -52,18 +52,6 @@
|
||||
|
||||
<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