Skip to content

Commit f843af4

Browse files
Anna ZhuravlevaAndroid (Google) Code Review
authored andcommitted
Merge "Update icon for install to private shortcut" into main
2 parents 9a1fb27 + a42e9d4 commit f843af4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

res/drawable/ic_install_to_private.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@
1818
<vector xmlns:android="http://schemas.android.com/apk/res/android"
1919
android:width="24dp"
2020
android:height="24dp"
21-
android:viewportWidth="960"
22-
android:viewportHeight="960"
23-
android:tint="?attr/colorControlNormal">
21+
android:viewportWidth="24"
22+
android:viewportHeight="24"
23+
android:tint="?android:attr/textColorPrimary">
2424

2525
<path
2626
android:fillColor="@android:color/white"
27-
android:pathData="M420,600L540,600L517,471Q537,461 548.5,442Q560,423 560,400Q560,367 536.5,343.5Q513,320 480,320Q447,320 423.5,343.5Q400,367 400,400Q400,423 411.5,442Q423,461 443,471L420,600ZM480,880Q341,845 250.5,720.5Q160,596 160,444L160,200L480,80L800,200L800,444Q800,596 709.5,720.5Q619,845 480,880ZM480,796Q584,763 652,664Q720,565 720,444L720,255L480,165L240,255L240,444Q240,565 308,664Q376,763 480,796ZM480,480Q480,480 480,480Q480,480 480,480L480,480L480,480L480,480L480,480Q480,480 480,480Q480,480 480,480Z"/>
27+
android:pathData="M19,5V19H5V5H19ZM19,3H5C3.9,3 3,3.9 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.9 20.1,3 19,3Z" />
28+
<path
29+
android:fillColor="@android:color/white"
30+
android:pathData="M12.93,12.27L13.5,15.5H10.5L11.07,12.27C10.43,11.94 10,11.27 10,10.5C10,9.4 10.9,8.5 12,8.5C13.1,8.5 14,9.4 14,10.5C14,11.27 13.57,11.94 12.93,12.27Z" />
2831
</vector>

0 commit comments

Comments
 (0)