|
|
|
|
@ -37,9 +37,7 @@ |
|
|
|
|
<androidx.appcompat.widget.Toolbar |
|
|
|
|
android:id="@+id/bottomBar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="?attr/actionBarSize" |
|
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="?attr/colorPrimary" |
|
|
|
|
app:layout_scrollFlags="scroll|enterAlways" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
@ -49,8 +47,8 @@ |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/controls" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:fitsSystemWindows="true" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent"> |
|
|
|
|
|