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
|
||||
android:name=".ui.main.MainActivity"
|
||||
android:windowSoftInputMode="adjustPan"
|
||||
android:label="@string/app_short_name"
|
||||
android:theme="@style/Theme.Splash">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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-->
|
||||
<string name="name">Name</string>
|
||||
|
|
Reference in a new issue