mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
adding a monochrome icon version
This commit is contained in:
@ -21,7 +21,6 @@
|
|||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_launcher_name"
|
android:label="@string/app_launcher_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher"
|
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.SplashActivity"
|
android:name=".activities.SplashActivity"
|
||||||
|
3
app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
3
app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108">
|
||||||
|
<path android:fillColor="#FFFFFFFF" android:pathData="M34.64 51.44h39.32c1.58 0 2.86 1.28 2.86 2.86 0 1.58-1.28 2.86-2.86 2.86H34.64c-1.58 0-2.86-1.28-2.86-2.86 0-1.58 1.28-2.86 2.86-2.86zm24.79-10.76a5.13 5.13 0 0 1-5.13 5.13 5.13 5.13 0 0 1-5.13-5.13 5.13 5.13 0 0 1 5.13-5.13 5.13 5.13 0 0 1 5.13 5.13zm0 27.24a5.13 5.13 0 0 1-5.13 5.13 5.13 5.13 0 0 1-5.13-5.13 5.13 5.13 0 0 1 5.13-5.13 5.13 5.13 0 0 1 5.13 5.13z"/>
|
||||||
|
</vector>
|
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/md_orange_700"/>
|
<background android:drawable="@color/md_orange_700" />
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
|
||||||
|
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
Reference in New Issue
Block a user