mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-25 22:12:09 -04:00
Refactor AppBarLayout in activity_zim_host
This commit is contained in:
parent
2604fc9dbd
commit
ebeff0abeb
@ -10,7 +10,7 @@
|
|||||||
tools:context=".webserver.ZimHostActivity"
|
tools:context=".webserver.ZimHostActivity"
|
||||||
>
|
>
|
||||||
<com.google.android.material.appbar.AppBarLayout
|
<com.google.android.material.appbar.AppBarLayout
|
||||||
android:id="@+id/appBarLayout2"
|
android:id="@+id/zimHostAppBarLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:theme="@style/AppTheme.AppBarOverlay"
|
android:theme="@style/AppTheme.AppBarOverlay"
|
||||||
@ -35,7 +35,7 @@
|
|||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
android:text="@string/server_textview_default_message"
|
android:text="@string/server_textview_default_message"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/appBarLayout2"
|
app:layout_constraintTop_toBottomOf="@+id/zimHostAppBarLayout"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user