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