mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 15:09:26 +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
10 lines
346 B
XML
10 lines
346 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="45sp"
|
|
android:height="45sp"
|
|
android:viewportWidth="30"
|
|
android:viewportHeight="30">
|
|
<path
|
|
android:fillColor="@color/secondarytext"
|
|
android:pathData="M8.5 8.62v6.76L5.12 12 8.5 8.62M10 5l-7 7 7 7V5zm4 0v14l7-7-7-7z" />
|
|
</vector>
|