Shorten app name in app drawer
This commit is contained in:
parent
909ea47a19
commit
527373d3e2
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
|||
tools:targetApi="n">
|
||||
<activity
|
||||
android:name=".view.activity.SplashActivity"
|
||||
android:theme="@style/AppTheme.Splash">
|
||||
android:theme="@style/AppTheme.Splash"
|
||||
android:label="@string/app_name_short">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Markdown</string>
|
||||
<string name="app_name_short">Markdown</string>
|
||||
<string name="action_settings">Settings</string>
|
||||
<string name="action_help">Help</string>
|
||||
<string name="action_edit">Edit</string>
|
||||
|
|
Loading…
Reference in a new issue