1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-10 07:31:34 +02:00
Gadgetbridge/app/src/main/res/drawable/ic_activity_yoga.xml
TaaviE c5daa28214 Optimized vector images (#1996)
Improved the screenshot vector image a bit to look more uniform with the rest

Improved the about activity a bit for Android 10+

Cleaned up and optimized all vector drawables

Co-authored-by: TaaviE <taavi.eomae@gmail.com>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/1996
2020-08-28 13:21:21 +02:00

11 lines
761 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="45sp"
android:height="45sp"
android:tint="#7E7E7E"
android:viewportWidth="25"
android:viewportHeight="25">
<path
android:fillColor="#000000"
android:pathData="M10 6a2 2 0 1 1 4 0 2 2 0 1 1-4 0m11 10v-2c-2.24 0-4.16-0.96-5.6-2.68l-1.34-1.6C13.68 9.26 13.12 9 12.53 9h-1.05c-0.59 0-1.15 0.26-1.53 0.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55C5.45 16.82 5 17.48 5 18.21 5 19.2 5.8 20 6.79 20H9v-0.5c0-1.38 1.12-2.5 2.5-2.5h3c0.28 0 0.5 0.22 0.5 0.5S14.78 18 14.5 18h-3c-0.83 0-1.5 0.67-1.5 1.5V20h7.21C18.2 20 19 19.2 19 18.21c0-0.73-0.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z" />
</vector>