Fix shortcut icon (AND-85)
This commit is contained in:
parent
6ede2d22bb
commit
702ac43f86
|
@ -1,7 +1,7 @@
|
|||
<vector android:height="108dp"
|
||||
android:viewportHeight="48" android:viewportWidth="48"
|
||||
android:viewportHeight="56" android:viewportWidth="56"
|
||||
android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:translateX="12" android:translateY="12">
|
||||
<group android:translateX="16" android:translateY="16">
|
||||
<path android:fillColor="@color/shortcut_icon_foreground" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="shortcut_icon_background">@color/gray_700</color>
|
||||
<color name="shortcut_icon_foreground">@color/primary_600</color>
|
||||
<color name="shortcut_icon_background">#000</color>
|
||||
<color name="shortcut_icon_foreground">@color/m3_sys_dark_primary</color>
|
||||
</resources>
|
|
@ -94,8 +94,8 @@
|
|||
<color name="favorite_selected">@color/warning_500</color>
|
||||
<color name="boost_selected">@color/primary_500</color>
|
||||
|
||||
<color name="shortcut_icon_background">@color/gray_100</color>
|
||||
<color name="shortcut_icon_foreground">@color/primary_700</color>
|
||||
<color name="shortcut_icon_background">#FFF</color>
|
||||
<color name="shortcut_icon_foreground">@color/m3_sys_light_primary</color>
|
||||
|
||||
<!-- M3 dynamic colors -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue