mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 05:05:08 +01:00
Naming this app "TachiyomiJ2K"
With the short name "TachiJ2K"
This commit is contained in:
parent
126cbbe36c
commit
f1a62857be
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user