Naming this app "TachiyomiJ2K"
With the short name "TachiJ2K"
This commit is contained in:
parent
126cbbe36c
commit
f1a62857be
2 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.main.MainActivity"
|
android:name=".ui.main.MainActivity"
|
||||||
android:windowSoftInputMode="adjustPan"
|
android:windowSoftInputMode="adjustPan"
|
||||||
|
android:label="@string/app_short_name"
|
||||||
android:theme="@style/Theme.Splash">
|
android:theme="@style/Theme.Splash">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name" translatable="false">Tachiyomi</string>
|
<string name="app_name" translatable="false">TachiyomiJ2K</string>
|
||||||
|
<string name="app_short_name" translatable="false">TachiJ2K</string>
|
||||||
|
|
||||||
<!--Models-->
|
<!--Models-->
|
||||||
<string name="name">Name</string>
|
<string name="name">Name</string>
|
||||||
|
|
Reference in a new issue