forked from vergnet/application-amicale
Add Adaptative Icon
This commit is contained in:
parent
b78e4c4dfc
commit
98af7f3388
4 changed files with 26 additions and 0 deletions
|
|
@ -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/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_notification"/>
|
||||||
|
</adaptive-icon>
|
||||||
|
|
@ -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/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_notification"/>
|
||||||
|
</adaptive-icon>
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="108dp"
|
||||||
|
android:height="108dp"
|
||||||
|
android:viewportWidth="108"
|
||||||
|
android:viewportHeight="108">
|
||||||
|
<group android:scaleX="0.4"
|
||||||
|
android:scaleY="0.4"
|
||||||
|
android:translateX="28"
|
||||||
|
android:translateY="27">
|
||||||
|
<path
|
||||||
|
android:pathData="M65.157,13.151 L112.742,124.831H17.572ZM105.299,57.554 L88.143,10.636H117.895V87.468L105.299,57.554Z"
|
||||||
|
android:fillColor="#ffffff"
|
||||||
|
android:strokeColor="#ffffff"/>
|
||||||
|
</group>
|
||||||
|
</vector>
|
||||||
|
|
@ -5,4 +5,5 @@
|
||||||
<color name="colorPrimaryDark">#be1522</color>
|
<color name="colorPrimaryDark">#be1522</color>
|
||||||
<color name="colorPrimary">#be1522</color>
|
<color name="colorPrimary">#be1522</color>
|
||||||
<color name="primary_dark">#be1522</color>
|
<color name="primary_dark">#be1522</color>
|
||||||
|
<color name="ic_launcher_background">#C22430</color>
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Reference in a new issue