From 27212141c963a22f6340d5bc42f3f3490f78ae45 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 15 Aug 2020 15:41:07 +0300 Subject: [PATCH] use recommended '0.xx' instead of '.xx' in one vector icon the new form uses more bytes, but is supposedly compatible with more implementations --- app/src/main/res/drawable-anydpi-v21/ic_sync_black_24dp.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/drawable-anydpi-v21/ic_sync_black_24dp.xml b/app/src/main/res/drawable-anydpi-v21/ic_sync_black_24dp.xml index 24bde51b..3ec178db 100644 --- a/app/src/main/res/drawable-anydpi-v21/ic_sync_black_24dp.xml +++ b/app/src/main/res/drawable-anydpi-v21/ic_sync_black_24dp.xml @@ -24,5 +24,6 @@ android:viewportHeight="24.0"> + android:pathData="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01,-0.25 1.97,-0.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0,-4.42,-3.58,-8,-8,-8zm0 14c-3.31 0,-6,-2.69,-6,-6 0,-1.01 0.25,-1.97 0.7,-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4,-4,-4,-4v3z" + /> \ No newline at end of file -- 2.39.2