mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-14 04:37:49 +01:00
9 lines
328 B
XML
9 lines
328 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:startColor="@color/primary_light"
|
|
android:endColor="@color/primary_dark"
|
|
android:type="linear" />
|
|
</shape> |