mirror of
https://github.com/nextcloud/android.git
synced 2024-12-22 08:44:34 +03:00
fix height
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
5a4378dd88
commit
8989ed79d5
1 changed files with 5 additions and 5 deletions
|
@ -23,16 +23,16 @@
|
||||||
|
|
||||||
<androidx.compose.ui.platform.ComposeView
|
<androidx.compose.ui.platform.ComposeView
|
||||||
android:id="@+id/compose_view"
|
android:id="@+id/compose_view"
|
||||||
android:layout_weight="9"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"/>
|
android:layout_height="0dp"
|
||||||
|
android:layout_weight="1"/>
|
||||||
|
|
||||||
<com.google.android.material.bottomnavigation.BottomNavigationView
|
<com.google.android.material.bottomnavigation.BottomNavigationView
|
||||||
android:id="@+id/bottom_navigation"
|
android:id="@+id/bottom_navigation"
|
||||||
android:layout_weight="1"
|
|
||||||
app:labelVisibilityMode="labeled"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="bottom"
|
||||||
|
app:labelVisibilityMode="labeled"
|
||||||
app:menu="@menu/bottom_navigation_menu"
|
app:menu="@menu/bottom_navigation_menu"
|
||||||
app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" />
|
app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue