Skip to content

Commit

Permalink
微调UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tumuyan committed Jul 28, 2022
1 parent 0f50d40 commit e7a2902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/activity_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="15dp"
android:orientation="vertical">
android:orientation="vertical"
android:paddingBottom="15dp">


<TextView
Expand Down Expand Up @@ -209,8 +210,8 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="10dp"
android:paddingTop="20dp"
android:paddingBottom="10dp"
android:text="@string/ui_setting"
android:textSize="20dp"
android:textStyle="bold" />
Expand Down Expand Up @@ -261,8 +262,8 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="10dp"
android:paddingTop="20dp"
android:paddingBottom="10dp"
android:text="@string/string_setting"
android:textSize="20dp"
android:textStyle="bold" />
Expand Down Expand Up @@ -352,7 +353,6 @@
android:background="?android:attr/listDivider" />



<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -392,7 +392,7 @@
android:background="?android:attr/listDivider" />


<!-- SendString Tip-->
<!-- SendString Tip-->

<TextView
android:layout_width="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="haptic_use_mandatory">always</string>
<string name="haptic_use_null">never</string>

<string name="action_haptic_settings">haptic Setting</string>
<string name="action_haptic_settings">Haptic Setting</string>
<string name="action_show_edittext">Show EditText</string>

<string name="string_setting">String Setting</string>
Expand Down

0 comments on commit e7a2902

Please sign in to comment.