Trying to prevent bottom bar from disappearing sometimes

This commit is contained in:
Sylvain Berfini 2025-03-27 15:28:57 +01:00
parent 7c0afedc05
commit 74ca9145c0
4 changed files with 9 additions and 13 deletions

View file

@ -58,10 +58,9 @@
android:id="@+id/conversations_list"
android:background="@drawable/shape_squircle_white_r20_top_background"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/top_bar_height"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/bottom_nav_bar" />
android:layout_marginBottom="@dimen/portrait_nav_bar_height" />
<ImageView
android:id="@+id/no_conversation_image"

View file

@ -61,14 +61,13 @@
<LinearLayout
android:id="@+id/lists"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/top_bar_height"
android:layout_marginBottom="@dimen/portrait_nav_bar_height"
android:orientation="vertical"
android:background="@drawable/shape_squircle_white_r20_top_background"
app:layout_constraintBottom_toTopOf="@id/bottom_nav_bar"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
app:layout_constraintStart_toStartOf="parent">
<androidx.appcompat.widget.AppCompatTextView
style="@style/section_header_style"

View file

@ -68,10 +68,9 @@
android:id="@+id/history_list"
android:background="@drawable/shape_squircle_white_r20_top_background"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/top_bar_height"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/bottom_nav_bar" />
android:layout_marginBottom="@dimen/portrait_nav_bar_height" />
<ImageView
android:id="@+id/no_calls_image"

View file

@ -59,10 +59,9 @@
android:id="@+id/meetings_list"
android:layout_width="match_parent"
android:background="@drawable/shape_squircle_white_r20_top_background"
android:layout_height="0dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/top_bar_height"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/bottom_nav_bar" />
android:layout_marginBottom="@dimen/portrait_nav_bar_height" />
<com.google.android.material.progressindicator.CircularProgressIndicator
android:id="@+id/fetch_in_progress"