Skip to content

Commit e7a2902

Browse files
committed
微调UI
1 parent 0f50d40 commit e7a2902

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/src/main/res/layout/activity_config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
android:layout_width="match_parent"
1313
android:layout_height="wrap_content"
1414
android:layout_margin="15dp"
15-
android:orientation="vertical">
15+
android:orientation="vertical"
16+
android:paddingBottom="15dp">
1617

1718

1819
<TextView
@@ -209,8 +210,8 @@
209210
<TextView
210211
android:layout_width="match_parent"
211212
android:layout_height="wrap_content"
212-
android:paddingBottom="10dp"
213213
android:paddingTop="20dp"
214+
android:paddingBottom="10dp"
214215
android:text="@string/ui_setting"
215216
android:textSize="20dp"
216217
android:textStyle="bold" />
@@ -261,8 +262,8 @@
261262
<TextView
262263
android:layout_width="match_parent"
263264
android:layout_height="wrap_content"
264-
android:paddingBottom="10dp"
265265
android:paddingTop="20dp"
266+
android:paddingBottom="10dp"
266267
android:text="@string/string_setting"
267268
android:textSize="20dp"
268269
android:textStyle="bold" />
@@ -352,7 +353,6 @@
352353
android:background="?android:attr/listDivider" />
353354

354355

355-
356356
<LinearLayout
357357
android:layout_width="match_parent"
358358
android:layout_height="wrap_content"
@@ -392,7 +392,7 @@
392392
android:background="?android:attr/listDivider" />
393393

394394

395-
<!-- SendString Tip-->
395+
<!-- SendString Tip-->
396396

397397
<TextView
398398
android:layout_width="match_parent"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<string name="haptic_use_mandatory">always</string>
4242
<string name="haptic_use_null">never</string>
4343

44-
<string name="action_haptic_settings">haptic Setting</string>
44+
<string name="action_haptic_settings">Haptic Setting</string>
4545
<string name="action_show_edittext">Show EditText</string>
4646

4747
<string name="string_setting">String Setting</string>

0 commit comments

Comments
 (0)