Skip to content

Commit b56769a

Browse files
committed
Android app's logo: trying to make hi-resolution logo from Google Play Store icon.
1 parent 443a9f3 commit b56769a

31 files changed

Lines changed: 156 additions & 1 deletion

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<application
2828
android:allowBackup="true"
2929
android:allowClearUserData="true"
30-
android:icon="@drawable/cr3_logo"
30+
android:icon="@mipmap/cr3_logo"
3131
android:label="@string/app_name"
3232
android:process="org.coolreader"
3333
android:resizeableActivity="true">
-8.24 KB
Binary file not shown.
-2.77 KB
Binary file not shown.
-4.05 KB
Binary file not shown.
-13.3 KB
Binary file not shown.

android/res/drawable/cr3_logo.png

-4.05 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/cr3_logo_background" />
4+
<foreground android:drawable="@mipmap/cr3_logo_foreground" />
5+
</adaptive-icon>
8.29 KB
Loading
3.42 KB
Loading
14.7 KB
Loading

0 commit comments

Comments
 (0)