Skip to content

Commit

Permalink
Merge pull request #7 from slmyldz/master
Browse files Browse the repository at this point in the history
Remove app_name string
  • Loading branch information
lightSky committed Jul 27, 2015
2 parents b25760a + 503ba01 commit 6c3c8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application android:allowBackup="true"
android:label="@string/app_name">
<application android:allowBackup="true">

</application>

Expand Down
3 changes: 1 addition & 2 deletions library/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">InfiniteIndicator</string>
</resources>
</resources>

0 comments on commit 6c3c8aa

Please sign in to comment.