|
@@ -5,22 +5,7 @@
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
- android:id="@+id/toolbar_spacer"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="0dp"
|
|
|
|
|
- android:background="?attr/colorSurfaceVariant"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
- app:layout_constraintBottom_toTopOf="@id/toolbar" />
|
|
|
|
|
-
|
|
|
|
|
- <com.google.android.material.appbar.MaterialToolbar
|
|
|
|
|
- android:id="@+id/toolbar"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
- app:layout_constraintWidth_percent="1" />
|
|
|
|
|
|
|
+ <include layout="@layout/toolbar_activity" />
|
|
|
|
|
|
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
|
android:id="@+id/swipe_refresh"
|
|
android:id="@+id/swipe_refresh"
|