replace generic icon/name with wesnoth's icon and name
|
@ -5,7 +5,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.libsdl.app"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0"
|
||||
android:versionName="1.19"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
|
@ -61,7 +61,7 @@
|
|||
An example Java class can be found in README-android.md
|
||||
-->
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/wesnoth_icon"
|
||||
android:allowBackup="true"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:hardwareAccelerated="true" >
|
||||
|
@ -70,7 +70,7 @@
|
|||
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>
|
||||
-->
|
||||
|
||||
<activity android:name="SDLActivity"
|
||||
<activity android:name=".SDLActivity"
|
||||
android:label="@string/app_name"
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:launchMode="singleInstance"
|
||||
|
|
Before Width: | Height: | Size: 2.6 KiB |
BIN
packaging/android/res/mipmap-hdpi/wesnoth_icon.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
BIN
packaging/android/res/mipmap-mdpi/wesnoth_icon.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.8 KiB |
BIN
packaging/android/res/mipmap-xhdpi/wesnoth_icon.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 6.7 KiB |
BIN
packaging/android/res/mipmap-xxhdpi/wesnoth_icon.png
Normal file
After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 14 KiB |
BIN
packaging/android/res/mipmap-xxxhdpi/wesnoth_icon.png
Normal file
After Width: | Height: | Size: 47 KiB |
|
@ -1,3 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">Game</string>
|
||||
<string name="app_name">The Battle for Wesnoth</string>
|
||||
</resources>
|
||||
|
|