1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 23:21:34 +02:00
Gadgetbridge/app/src/main/res/drawable/ic_history.xml
TaaviE 4aea2e626c Improve icon size consistency in ControlCenterv2 (#2000)
Tinted the ic_delete_forever.xml correctly

Updated the default icon to look consistent with the rest

Due to being used in FABs, made ic_add white by-default and tinted ic_block properly

Adjusted Amazfit Bip and the ic_no_watch drawables to look more uniform with the rest

Re-imported the Amazfit Bip icon to fit the rest

Re-imported all material.io icons with the same DPI, renamed to original names, optimized and tinted every icon the same way

Updated the ic_switch_left icon to look better on smaller screens

scale refresh in control center to match the rest

Improved the icon size consistency in ControlCenter

Co-authored-by: TaaviE <taavi.eomae@gmail.com>
Co-authored-by: vanous <petr@linuks.cz>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2000
2020-09-01 21:27:07 +02:00

11 lines
844 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#7E7E7E"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M13.26 3C8.17 2.86 4 6.95 4 12H2.21c-0.45 0-0.67 0.54-0.35 0.85l2.79 2.8c0.2 0.2 0.51 0.2 0.71 0l2.79-2.8C8.46 12.54 8.24 12 7.79 12H6c0-3.9 3.18-7.05 7.1-7 3.72 0.05 6.85 3.18 6.9 6.9 0.05 3.91-3.1 7.1-7 7.1-1.61 0-3.1-0.55-4.28-1.48-0.4-0.31-0.96-0.28-1.32 0.08-0.42 0.42-0.39 1.13 0.08 1.49C9 20.29 10.91 21 13 21c5.05 0 9.14-4.17 9-9.26-0.13-4.69-4.05-8.61-8.74-8.74zm-0.51 5C12.34 8 12 8.34 12 8.75v3.68c0 0.35 0.19 0.68 0.49 0.86l3.12 1.85c0.36 0.21 0.82 0.09 1.03-0.26 0.21-0.36 0.09-0.82-0.26-1.03l-2.88-1.71v-3.4c0-0.4-0.34-0.74-0.75-0.74z" />
</vector>