Skip to content

Commit

Permalink
资源名称调整
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdali committed Jul 3, 2017
1 parent 63871c5 commit 8cf4db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libzxing/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<application
android:allowBackup="true"
android:label="@string/lib_name"
android:label="@string/app_name"
android:supportsRtl="true">
<activity
android:name=".activity.CaptureActivity"
Expand Down
2 changes: 1 addition & 1 deletion libzxing/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="lib_name">libzxing</string>
<string name="app_name">libzxing</string>
<string name="jwstr_scan_it">Scan it</string>
<string name="jwstr_scan_text">Place the QR code into the box to start automatic scanning </string>
<string name="jwstr_prompt">Prompt</string>
Expand Down

0 comments on commit 8cf4db7

Please sign in to comment.