mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-03-05 11:58:05 +01:00
use svg launcher icons wherever possible
This commit is contained in:
parent
35b8fe77c8
commit
7ff6f57de1
10
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
10
app/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportHeight="108"
|
||||
android:viewportWidth="108">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="m59.27,47.65 l-9.93,0 0,-9.93 10.02,0 0,9.93zM47.15,49.67 L37.22,49.67 37.22,59.69 47.24,59.69 47.24,49.67zM61.46,59.77 L71.48,59.77 71.48,49.84 61.46,49.84 61.46,59.77zM59.27,49.84 L49.34,49.84 49.34,59.86 59.36,59.86 59.36,49.84zM61.46,37.72 L61.46,47.74 71.48,47.74 71.48,37.72 61.46,37.72zM47.15,37.72 L37.22,37.72 37.22,47.74 47.24,47.74 47.24,37.72zM59.27,71.89 L49.34,71.89 49.34,61.96 59.36,61.96 59.36,71.89zM61.46,61.96 L61.46,71.98 71.48,71.98 71.48,61.96 61.46,61.96zM47.15,61.96 L37.22,61.96 37.22,71.98 47.24,71.98 47.24,61.96z"/>
|
||||
</vector>
|
13
app/src/main/res/mipmap-anydpi-v21/ic_launcher.xml
Normal file
13
app/src/main/res/mipmap-anydpi-v21/ic_launcher.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportHeight="108"
|
||||
android:viewportWidth="108">
|
||||
<path
|
||||
android:fillColor="#F57C00"
|
||||
android:pathData="M54.3,103.2L54.3,103.2c-27,0 -48.9,-21.9 -48.9,-48.9v0c0,-27 21.9,-48.9 48.9,-48.9h0c27,0 48.9,21.9 48.9,48.9v0C103.2,81.3 81.3,103.2 54.3,103.2z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M60.2,46.3H48.4V34.5h11.9V46.3zM45.8,48.7H34v11.9h11.9V48.7zM62.8,60.7h11.9V48.9H62.8V60.7zM60.2,48.9H48.4v11.9h11.9V48.9zM62.8,34.5v11.9h11.9V34.5H62.8zM45.8,34.5H34v11.9h11.9V34.5zM60.2,75.1H48.4V63.3h11.9V75.1zM62.8,63.3v11.9h11.9V63.3H62.8zM45.8,63.3H34v11.9h11.9V63.3z"/>
|
||||
</vector>
|
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
@ -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/color_primary"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
Loading…
x
Reference in New Issue
Block a user