Update icon

pull/590/head
FongMi 12 months ago
parent 8579ba9040
commit ecec6440c2
  1. 2
      app/src/leanback/AndroidManifest.xml
  2. BIN
      app/src/leanback/res/drawable/ic_banner.png
  3. 5
      app/src/leanback/res/mipmap-anydpi-v26/ic_banner.xml
  4. BIN
      app/src/leanback/res/mipmap-xhdpi/ic_banner.png
  5. BIN
      app/src/leanback/res/mipmap-xhdpi/ic_banner_foreground.png

@ -16,7 +16,7 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application android:banner="@drawable/ic_banner">
<application android:banner="@mipmap/ic_banner">
<meta-data
android:name="design_width_in_dp"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/white" />
<foreground android:drawable="@mipmap/ic_banner_foreground" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save