Journal/res/drawable/ab_background.xml

10 lines
262 B
XML
Raw Permalink Normal View History

2024-02-14 00:01:58 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="180"
android:endColor="@color/ab_background2"
android:startColor="@color/ab_background1" />
</shape>