From 81a6b792a3093eea1b097a10988351b25c9e8fd4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 20 Dec 2018 19:12:47 +0300 Subject: update to adaptive svg icon --- org.fox.ttrss/src/main/AndroidManifest.xml | 6 +-- org.fox.ttrss/src/main/ic_launcher-web.png | Bin 0 -> 29527 bytes .../main/res/drawable/ic_launcher_background.xml | 42 +++++++++++++++++++++ .../main/res/drawable/ic_launcher_foreground.xml | 26 +++++++++++++ .../src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 +++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 +++ .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3546 bytes .../src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 5193 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2487 bytes .../src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 3326 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4689 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 7263 bytes .../src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 6983 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 11108 bytes .../src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 9418 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 15555 bytes 16 files changed, 81 insertions(+), 3 deletions(-) create mode 100644 org.fox.ttrss/src/main/ic_launcher-web.png create mode 100644 org.fox.ttrss/src/main/res/drawable/ic_launcher_background.xml create mode 100644 org.fox.ttrss/src/main/res/drawable/ic_launcher_foreground.xml create mode 100644 org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png (limited to 'org.fox.ttrss/src/main') diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml index 61a2a626..cc8c97a6 100755 --- a/org.fox.ttrss/src/main/AndroidManifest.xml +++ b/org.fox.ttrss/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="489" + android:versionName="1.255"> @@ -17,7 +17,7 @@ android:backupAgent=".util.PrefsBackupAgent" android:fullBackupOnly="true" android:hardwareAccelerated="true" - android:icon="@drawable/ic_launcher" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" > diff --git a/org.fox.ttrss/src/main/ic_launcher-web.png b/org.fox.ttrss/src/main/ic_launcher-web.png new file mode 100644 index 00000000..83bfa03f Binary files /dev/null and b/org.fox.ttrss/src/main/ic_launcher-web.png differ diff --git a/org.fox.ttrss/src/main/res/drawable/ic_launcher_background.xml b/org.fox.ttrss/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..764d14c2 --- /dev/null +++ b/org.fox.ttrss/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,42 @@ + + + + + + + + + diff --git a/org.fox.ttrss/src/main/res/drawable/ic_launcher_foreground.xml b/org.fox.ttrss/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..ed4eebf3 --- /dev/null +++ b/org.fox.ttrss/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/org.fox.ttrss/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher.png b/org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..f755d415 Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher_round.png b/org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..e5085cab Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher.png b/org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..a139c833 Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher_round.png b/org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..42dc9375 Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher.png b/org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..55f1a79b Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..e359d4bf Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher.png b/org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..7d9faedc Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..d97f2ba3 Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..cb54be2a Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..3b055944 Binary files /dev/null and b/org.fox.ttrss/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ -- cgit v1.2.3