Browse Source

Change logo to dragon

chat
N1CK145 5 years ago
parent
commit
4997b003ff
  1. BIN
      app/src/main/ic_launcher_dragon-web.png
  2. 5
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_dragon.xml
  3. 5
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_dragon_round.xml
  4. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_dragon.png
  5. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_dragon_foreground.png
  6. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_dragon_round.png
  7. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_dragon.png
  8. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_dragon_foreground.png
  9. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_dragon_round.png
  10. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_dragon.png
  11. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_dragon_foreground.png
  12. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_dragon_round.png
  13. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon.png
  14. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon_foreground.png
  15. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon_round.png
  16. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon.png
  17. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon_foreground.png
  18. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon_round.png
  19. 4
      app/src/main/res/values/ic_launcher_dragon_background.xml

BIN
app/src/main/ic_launcher_dragon-web.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_dragon.xml

@ -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/ic_launcher_dragon_background"/>
<foreground android:drawable="@mipmap/ic_launcher_dragon_foreground"/>
</adaptive-icon>

5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_dragon_round.xml

@ -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/ic_launcher_dragon_background"/>
<foreground android:drawable="@mipmap/ic_launcher_dragon_foreground"/>
</adaptive-icon>

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_dragon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_dragon_round.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_dragon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_dragon_round.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_dragon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_dragon_round.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon_round.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon_round.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

4
app/src/main/res/values/ic_launcher_dragon_background.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_dragon_background">#FFFFFF</color>
</resources>
Loading…
Cancel
Save