mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-03-03 10:57:55 +01:00
change the launcher name to App Launcher
This commit is contained in:
parent
f743090719
commit
a21869e9c9
app/src/main
@ -6,7 +6,7 @@
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="true"
|
||||
android:icon="@mipmap/launcher"
|
||||
android:label="@string/app_name"
|
||||
android:label="@string/app_launcher_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".activities.MainActivity">
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 2.6 KiB After ![]() (image error) Size: 1.2 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.3 KiB After ![]() (image error) Size: 835 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 3.4 KiB After ![]() (image error) Size: 1.4 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 6.4 KiB After ![]() (image error) Size: 2.3 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 4.6 KiB After ![]() (image error) Size: 2.3 KiB ![]() ![]() |
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">シンプル アプリ ランチャー</string>
|
||||
<string name="app_launcher_name">App Launcher</string>
|
||||
<string name="delete">削除</string>
|
||||
<string name="edit">編集</string>
|
||||
<string name="rename_launcher">ランチャーの名前を変更</string>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">Simple App Launcher</string>
|
||||
<string name="app_launcher_name">App Launcher</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="rename_launcher">Rename launcher</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user