1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-29 00:10:26 +02:00
Gadgetbridge/app/src/main/res/drawable/ic_calendar_sync.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

15 lines
912 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="M20.019 3h-1V1h-2v2h-10V1h-2v2h-1c-1.1 0-2 0.9-2 2v16c0 1.1 0.9 2 2 2h16c1.1 0 2-0.9 2-2V5c0-1.1-0.9-2-2-2zm0 18h-16V10h16zm0-13h-16V5h16z" />
<path
android:fillColor="#000000"
android:pathData="M12.019 11.63v-1.467l-1.955 1.955 1.955 1.955v-1.466c1.617 0 2.932 1.314 2.932 2.932 0 0.493-0.123 0.962-0.342 1.368l0.713 0.713c0.381-0.6 0.606-1.314 0.606-2.081 0-2.16-1.75-3.91-3.91-3.91zm0 6.84c-1.618 0-2.932-1.314-2.932-2.932 0-0.493 0.122-0.962 0.342-1.368l-0.714-0.713c-0.38 0.6-0.605 1.314-0.605 2.081 0 2.16 1.749 3.91 3.909 3.91v1.465l1.954-1.954-1.954-1.955z"
android:strokeWidth="1" />
</vector>