1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37:11 -07:00

Merge pull request #14 from eggheadgames/feature/Remove_app_name

Remove `app_name` to stop client shadowing
This commit is contained in:
mikemee 2017-02-15 22:21:15 -08:00 committed by GitHub
commit c91d0ccb72
3 changed files with 1 additions and 3 deletions

View file

@ -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" />

View file

@ -1,5 +1,4 @@
<resources>
<string name="app_name">AboutBox</string>
<string name="egab_leave_review">Avaliar</string>
<string name="egab_contact_support">Contactar o Suporte</string>
<string name="egab_try_other_apps">Experimentar outras aplicações</string>

View file

@ -1,5 +1,4 @@
<resources>
<string name="app_name">AboutBox</string>
<string name="egab_leave_review">Leave Review</string>
<string name="egab_contact_support">Contact Support</string>
<string name="egab_try_other_apps">Try Other Apps</string>