Remove show list FAB, since using multple fabs is not recommended. Use list button in menu instead

This commit is contained in:
neslihanturan 2017-12-26 01:14:12 +03:00 committed by maskara
parent e70b8b2e6a
commit 8e8472800b
5 changed files with 20 additions and 31 deletions

View file

@ -2,6 +2,14 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item
android:id="@+id/action_display_list"
android:title="@string/display_list_button"
android:icon="@drawable/ic_list_white_24dp"
android:orderInCategory="1"
app:showAsAction="ifRoom"
/>
<item
android:id="@+id/action_refresh"
android:title="@string/refresh_button"