Skip to content

Commit

Permalink
1.3.3,解决了label冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanWenHai committed Nov 22, 2016
1 parent d7e5f72 commit 72180fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion filesearcher/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.will.filesearcher">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application android:allowBackup="true" android:label="@string/app_name"
<application android:allowBackup="true"
android:supportsRtl="true">
<activity android:name=".file_searcher.FileSearcherActivity"
android:theme="@style/FileSearcherActivityTheme"/>
Expand Down
1 change: 0 additions & 1 deletion filesearcher/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">FileSearcher</string>
<string name="search_finish">搜索完成</string>
<string name="searching">正在搜索目录 : </string>
<string name="cancel">取消</string>
Expand Down
1 change: 0 additions & 1 deletion filesearcher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<resources>
<string name="app_name">FileSearcher</string>
<string name="search_finish">Search Completed</string>
<string name="searching">Searching Directory : </string>
<string name="confirm">Confirm</string>
Expand Down

0 comments on commit 72180fc

Please sign in to comment.