mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
Hide horizontal scroll bar in participants selection fragments
This commit is contained in:
parent
107388584b
commit
ed541bf5c0
3 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:scrollbars="none"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/multiple_selection_count">
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:scrollbars="none"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/multiple_selection_count">
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:scrollbars="none"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/multiple_selection_count">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue