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
329 B
XML
10 lines
329 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:angle="135"
|
|
android:centerColor="@color/primary_light"
|
|
android:endColor="@color/primary_dark"
|
|
android:startColor="@color/primary_light"
|
|
android:type="linear" />
|
|
</shape>
|