Skip to content

Commit

Permalink
调整ui
Browse files Browse the repository at this point in the history
  • Loading branch information
CysionLiu committed Nov 1, 2019
1 parent 8f08512 commit f1ff225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/appicon"
android:label="@string/app_name"
android:label="@string/we_app_name"
android:roundIcon="@mipmap/appicon"
android:supportsRtl="true"
android:theme="@style/AppTheme">
Expand Down
2 changes: 1 addition & 1 deletion wedialog/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">wedialog</string>
<string name="we_app_name">wedialog</string>
<string name="we_str_loading">Loading</string>
<string name="we_str_title">Title</string>
<string name="we_str_text">I am msg.</string>
Expand Down
2 changes: 1 addition & 1 deletion wedialog/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">wedialog</string>
<string name="we_app_name">wedialog</string>
<string name="we_str_loading">加载中</string>
<string name="we_str_title">标题</string>
<string name="we_str_text">正文-----------正文</string>
Expand Down

0 comments on commit f1ff225

Please sign in to comment.