Remove bottom bar which was a added to make UI prettier with no function previously

This commit is contained in:
neslihanturan 2017-12-28 14:26:13 +03:00 committed by maskara
parent 6ca841fd18
commit 561a73acb2
5 changed files with 2 additions and 26 deletions

View file

@ -6,7 +6,7 @@
android:orientation="vertical"
android:background="?attr/mainBackground"
app:layout_behavior="@string/bottom_sheet_behavior"
app:behavior_peekHeight="128dp"
app:behavior_peekHeight="72dp"
app:behavior_hideable="true"
>
@ -186,10 +186,5 @@
android:layout_marginBottom="16dp"
android:textSize="16sp" />
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="48dp"
>
</View>
</LinearLayout>