summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2019-06-28 14:13:15 +0200
committerJoey <joey@lineageos.org>2019-06-28 14:13:15 +0200
commit189455136f87fe6cd14c8af118d832b23384cc49 (patch)
tree662971acd51b3cd05fefa698cfeb10b589bcc216
parente89bb983a02728eb6ac3eddcbb0282fc9e3f2e6b (diff)
downloadandroid_packages_apps_Trebuchet-189455136f87fe6cd14c8af118d832b23384cc49.tar.gz
android_packages_apps_Trebuchet-189455136f87fe6cd14c8af118d832b23384cc49.tar.bz2
android_packages_apps_Trebuchet-189455136f87fe6cd14c8af118d832b23384cc49.zip
Trebuchet: update square icon path to match the one used in the Play Store
Change-Id: Ibb7eb8f7f81488150c8026d4e1d9715e194ce3e4 Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r--res/values/lineage_adaptive_icons.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/lineage_adaptive_icons.xml b/res/values/lineage_adaptive_icons.xml
index 8857034c5..49226e2b4 100644
--- a/res/values/lineage_adaptive_icons.xml
+++ b/res/values/lineage_adaptive_icons.xml
@@ -40,11 +40,11 @@
<!-- Circle: default -->
<string name="mask_path_circle" translatable="false">"M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0"</string>
<!-- Rounded square -->
- <string name="mask_path_square" translatable="false">"M 50 0 L 50 0 L 19.2 0 C 12.4794 0 9.11905 0 6.55211 1.30792 C 4.29417 2.4584 2.4584 4.29417 1.30792 6.55211 C 0 9.11905 0 12.4794 0 19.2 L 0 80.8C 0 87.5206 0 90.8809 1.30792 93.4479 C 2.4584 95.7058 4.29417 97.5416 6.55211 98.6921 C 9.11905 100 12.4794 100 19.2 100 L 80.8 100 C 87.5206 100 90.8809 100 93.4479 98.6921 C 95.7058 97.5416 97.5416 95.7058 98.6921 93.4479 C 100 90.8809 100 87.5206 100 80.8 L 100 19.2 C 100 12.4794 100 9.11905 98.6921 6.55211 C 97.5416 4.29417 95.7058 2.4584 93.4479 1.30792 C 90.8809 0 87.5206 0 80.8 0Z"</string>
+ <string name="mask_path_square" translatable="false">"M0,20C0,8.954 8.954,0 20,0H80C91.046,0 100,8.954 100,20V80C100,91.046 91.046,100 80,100H20C8.954,100 0,91.046 0,80V20Z"</string>
<!-- Straight square: disabled -->
<string name="mask_path_straight_square" translatable="false">"M50,0L100,0 100,100 0,100 0,0z"</string>
<!-- Squircle -->
<string name="mask_path_squircle" translatable="false">"M50,0 C10,0 0,10 0,50 0,90 10,100 50,100 90,100 100,90 100,50 100,10 90,0 50,0 Z"</string>
<!-- Teardrop -->
<string name="mask_path_teardrop" translatable="false">"M50,0A50,50,0,0 1 100,50 L100,85 A15,15,0,0 1 85,100 L50,100 A50,50,0,0 1 50,0z"</string>
-</resources> \ No newline at end of file
+</resources>