mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +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> |