mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 18:41:14 +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
538 B
XML
11 lines
538 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="45sp"
|
|
android:height="45sp"
|
|
android:tint="#7E7E7E"
|
|
android:viewportWidth="30"
|
|
android:viewportHeight="30">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M12 17c1.1 0 2-0.9 2-2s-0.9-2-2-2-2 0.9-2 2 0.9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 0.9-2 2v10c0 1.1 0.9 2 2 2h12c1.1 0 2-0.9 2-2V10c0-1.1-0.9-2-2-2zm0 12H6V10h12v10z" />
|
|
</vector>
|