mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-02 15:02:56 +01:00
c5daa28214
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
11 lines
537 B
XML
11 lines
537 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="M14.12 10H19V8.2h-3.62l-2-3.33c-0.3-0.5-0.84-0.84-1.46-0.84-0.18 0-0.34 0.03-0.5 0.08L6 5.8V11h1.8V7.33l2.11-0.66L6 22h1.8l2.87-8.11L13 17v5h1.8v-6.41l-2.49-4.54 0.73-2.87M14 3.8c1 0 1.8-0.8 1.8-1.8S15 0.2 14 0.2 12.2 1 12.2 2 13 3.8 14 3.8z" />
|
|
</vector>
|