Add Adaptative Icon

Este commit está contenido en:
docjyJ 2020-08-21 22:50:22 +02:00
padre b78e4c4dfc
commit 98af7f3388
Se han modificado 4 ficheros con 26 adiciones y 0 borrados

Ver fichero

@ -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>

Ver fichero

@ -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>

Ver fichero

@ -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>

Ver fichero

@ -5,4 +5,5 @@
<color name="colorPrimaryDark">#be1522</color>
<color name="colorPrimary">#be1522</color>
<color name="primary_dark">#be1522</color>
<color name="ic_launcher_background">#C22430</color>
</resources>