Files
Dantotsu/app/src/main/res/drawable/linear_gradient_bg.xml
2023-10-24 23:38:46 -05:00

8 lines
287 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:type="linear"
android:angle="90"
android:startColor="?android:colorBackground"
android:endColor="@color/nav_bg_inv" />
</shape>