|
|
|
@ -2,7 +2,8 @@ |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:fitsSystemWindows="true"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
android:id="@+id/appBar" |
|
|
|
android:id="@+id/appBar" |
|
|
|
@ -40,7 +41,6 @@ |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:background="?attr/colorPrimary" |
|
|
|
android:background="?attr/colorPrimary" |
|
|
|
android:fitsSystemWindows="true" |
|
|
|
|
|
|
|
app:layout_scrollFlags="scroll|enterAlways" |
|
|
|
app:layout_scrollFlags="scroll|enterAlways" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|