mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Removed old font size configuration dialog layout
This commit is contained in:
parent
e904b24aeb
commit
85e54f03e9
1 changed files with 0 additions and 36 deletions
|
@ -1,36 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/genderRadioGroup"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radNormal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/normal" />
|
||||
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radLarge"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/large" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radLarger"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/huge" />
|
||||
|
||||
</RadioGroup>
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue