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

@ -20,12 +20,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_below="@id/toolbar">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"
android:gravity="center_vertical"
android:orientation="horizontal">
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="match_parent"