mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Trying to prevent bottom bar from disappearing sometimes
This commit is contained in:
parent
7c0afedc05
commit
74ca9145c0
4 changed files with 9 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue