mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed in-call bottom sheets not intercepting clicks
This commit is contained in:
parent
86b35354c3
commit
dd7546484b
4 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/shape_call_bottom_sheet_background"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:visibility="@{viewModel.fullScreenMode || viewModel.pipMode ? View.INVISIBLE : View.VISIBLE}"
|
||||
app:behavior_hideable="true"
|
||||
app:behavior_peekHeight="0dp"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:background="@drawable/shape_squircle_gray_600_top_call_background"
|
||||
entries="@{devices}"
|
||||
layout="@{@layout/call_audio_device_list_cell}">
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:background="@drawable/shape_squircle_gray_600_top_call_background">
|
||||
|
||||
<com.google.android.material.radiobutton.MaterialRadioButton
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/shape_call_bottom_sheet_background"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:visibility="@{viewModel.fullScreenMode || viewModel.pipMode ? View.INVISIBLE : View.VISIBLE}"
|
||||
app:behavior_hideable="true"
|
||||
app:behavior_peekHeight="0dp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue