SharedPrefEditorのUI修正

This commit is contained in:
ろむねこ 2023-12-11 12:38:41 +09:00
parent dbc22e7d87
commit 5a0c43b7fe
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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"