Make the radiogroup scrollable to better support landscape on small devices

This commit is contained in:
Maxime NATUREL 2022-12-15 14:14:48 +01:00
parent 9736a8f571
commit a86f2e03cc

View file

@ -20,6 +20,10 @@
android:layout_marginTop="12dp"
android:text="@string/device_manager_filter_bottom_sheet_title" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<RadioGroup
android:id="@+id/filterOptionsRadioGroup"
android:layout_width="match_parent"
@ -89,4 +93,6 @@
</RadioGroup>
</ScrollView>
</LinearLayout>