mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
SharedPrefEditorのUI修正
This commit is contained in:
parent
5a0c43b7fe
commit
386877e91e
|
@ -25,11 +25,11 @@
|
||||||
android:text="Common" />
|
android:text="Common" />
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/radioButtonUser"
|
android:id="@+id/radioButtonUserData"
|
||||||
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="User" />
|
android:text="UserData" />
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/radioButtonUndefined"
|
android:id="@+id/radioButtonUndefined"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user