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_activity_not_measured.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
746 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="M12 20a7 7 0 0 1-7-7c0-1.28 0.35-2.5 0.95-3.5l9.55 9.54C14.5 19.65 13.28 20 12 20M3 4L1.75 5.27 4.5 8.03C3.55 9.45 3 11.16 3 13a9 9 0 0 0 9 9c1.84 0 3.55-0.55 5-1.5l2.5 2.5 1.25-1.27L13.04 14 3 4m8 5.44l2 2V8h-2m4-7H9v2h6m4.04 1.55l-1.42 1.42C16.07 4.74 14.12 4 12 4c-1.83 0-3.53 0.55-4.95 1.5L8.5 6.94C9.53 6.35 10.73 6 12 6a7 7 0 0 1 7 7c0 1.27-0.35 2.47-0.94 3.5l1.44 1.44C20.45 16.53 21 14.83 21 13c0-2.12-0.74-4.07-1.97-5.61l1.42-1.42-1.41-1.42z" />
</vector>