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 org.fox.ttrss/src_drawable/s_launcher.svg | 130 +++------------------ org.fox.ttrss/src_drawable/s_launcher_bg.svg | 107 +++++++++++++++++ 18 files changed, 205 insertions(+), 116 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 create mode 100644 org.fox.ttrss/src_drawable/s_launcher_bg.svg 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 diff --git a/org.fox.ttrss/src_drawable/s_launcher.svg b/org.fox.ttrss/src_drawable/s_launcher.svg index ad3ea829..e295d633 100644 --- a/org.fox.ttrss/src_drawable/s_launcher.svg +++ b/org.fox.ttrss/src_drawable/s_launcher.svg @@ -13,7 +13,7 @@ height="72" id="svg2985" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" inkscape:export-filename="C:\Users\Andrew\Documents\Projects\Tiny-Tiny-RSS-for-Honeycomb\org.fox.ttrss\src\main\res\drawable-hdpi\ic_launcher.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" @@ -84,19 +84,6 @@ result="composite2" id="feComposite5291" /> - - - + inkscape:window-height="1170" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:object-nodes="false" /> @@ -135,100 +123,16 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" transform="translate(0,8)"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/org.fox.ttrss/src_drawable/s_launcher_bg.svg b/org.fox.ttrss/src_drawable/s_launcher_bg.svg new file mode 100644 index 00000000..98b348ec --- /dev/null +++ b/org.fox.ttrss/src_drawable/s_launcher_bg.svg @@ -0,0 +1,107 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf