mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-28 03:38:13 -07:00
Remove app_name
to stop client shadowing (close #13)
This commit is contained in:
parent
e9aeb63878
commit
40fb21e3c8
3 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.eggheadgames.aboutbox">
|
||||
|
||||
<application android:label="@string/app_name">
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.eggheadgames.aboutbox.activity.AboutActivity"
|
||||
android:theme="@style/AppTheme.MaterialAboutActivity" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue