mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 15:20:12 +01:00
Make the radiogroup scrollable to better support landscape on small devices
This commit is contained in:
parent
9736a8f571
commit
a86f2e03cc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user