1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 07:01:33 +02:00
Gadgetbridge/app/src/main/res/drawable/ic_activity_running.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
586 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="M13.5 5.5c1.09 0 2-0.92 2-2 0-1.12-0.91-2-2-2-1.11 0-2 0.88-2 2 0 1.08 0.89 2 2 2M9.89 19.38l1-4.38L13 17v6h2v-7.5l-2.11-2 0.61-3C14.79 12 16.79 13 19 13v-2c-1.91 0-3.5-1-4.31-2.42l-1-1.58c-0.4-0.62-1-1-1.69-1-0.31 0-0.5 0.08-0.81 0.08L6 8.28V13h2V9.58l1.79-0.7L8.19 17l-4.9-1-0.4 2 7 1.38z" />
</vector>