1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 08:46:16 +02:00
Gadgetbridge/app/src/main/res/drawable/ic_nights_stay.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

14 lines
808 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="M11.1 12.08c-2-3.88-0.92-7.36 0.07-9.27 0.19-0.36-0.12-0.77-0.53-0.72-5.02 0.68-8.86 5.07-8.65 10.32 0.01 0 0.01 0 0.01 0.01C2.62 12.15 3.29 12 4 12c1.66 0 3.18 0.83 4.1 2.15C9.77 14.63 11 16.17 11 18c0 1.52-0.87 2.83-2.12 3.51 0.98 0.32 2.03 0.5 3.11 0.5 3.13 0 5.92-1.44 7.76-3.69 0.26-0.32 0.04-0.79-0.37-0.82-2.49-0.13-6.28-1.53-8.28-5.42z" />
<path
android:fillColor="#000000"
android:pathData="M7 16H6.82C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-0.9 2-2s-0.9-2-2-2z" />
</vector>