mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 09:32:40 +02:00
style(ui): make language selection dialog scrollable
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
android:textStyle="bold"
|
||||
android:paddingBottom="16dp" />
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scrollbars="vertical">
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/language_radio_group"
|
||||
android:layout_width="match_parent"
|
||||
@@ -22,4 +27,6 @@
|
||||
|
||||
</RadioGroup>
|
||||
|
||||
</ScrollView>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -14,6 +14,11 @@
|
||||
android:textStyle="bold"
|
||||
android:paddingBottom="12dp" />
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scrollbars="vertical">
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/language_radio_group"
|
||||
android:layout_width="match_parent"
|
||||
@@ -22,4 +27,6 @@
|
||||
|
||||
</RadioGroup>
|
||||
|
||||
</ScrollView>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user