mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
SharedPrefEditorのUI修正
This commit is contained in:
parent
dbc22e7d87
commit
5a0c43b7fe
|
@ -8,8 +8,9 @@
|
|||
tools:context=".DebugSharedPrefEditorFragment">
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/radioGroupPrefType"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -28,7 +29,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="RadioButton" />
|
||||
android:text="User" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radioButtonUndefined"
|
||||
|
|
Loading…
Reference in New Issue
Block a user