pull/1/head
SDL 4 years ago
parent dcd30f52c0
commit d0430df7e5
  1. 2
      app/src/main/AndroidManifest.xml
  2. BIN
      app/src/main/res/drawable-hdpi/app_icon.png
  3. BIN
      app/src/main/res/drawable-xhdpi/app_icon.png
  4. BIN
      app/src/main/res/drawable-xxhdpi/app_icon.png
  5. BIN
      app/src/main/res/drawable-xxxhdpi/app_icon.png
  6. BIN
      app/src/main/res/drawable/app_banner.png
  7. BIN
      app/src/main/res/drawable/app_icon.png

@ -14,6 +14,7 @@
<application
android:name=".base.App"
android:allowBackup="true"
android:banner="@drawable/app_banner"
android:configChanges="orientation|keyboardHidden|screenSize"
android:hardwareAccelerated="true"
android:icon="@drawable/app_icon"
@ -31,6 +32,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Loading…
Cancel
Save