From a86f2e03cca9ecbeb6d688dcaa1976bd8c6ea5c9 Mon Sep 17 00:00:00 2001 From: Maxime NATUREL Date: Thu, 15 Dec 2022 14:14:48 +0100 Subject: [PATCH] Make the radiogroup scrollable to better support landscape on small devices --- .../bottom_sheet_device_manager_filter.xml | 120 +++++++++--------- 1 file changed, 63 insertions(+), 57 deletions(-) diff --git a/vector/src/main/res/layout/bottom_sheet_device_manager_filter.xml b/vector/src/main/res/layout/bottom_sheet_device_manager_filter.xml index a7987e70b5..56421532b5 100644 --- a/vector/src/main/res/layout/bottom_sheet_device_manager_filter.xml +++ b/vector/src/main/res/layout/bottom_sheet_device_manager_filter.xml @@ -20,73 +20,79 @@ android:layout_marginTop="12dp" android:text="@string/device_manager_filter_bottom_sheet_title" /> - + android:layout_height="match_parent"> - - - + android:layoutDirection="rtl" + android:showDividers="none"> - + - + - + - + - + - + + + + + + +