Files
Dantotsu/app/src/main/res/drawable/linear_gradient_nav.xml
Finnley Somdahl 21bfbfb139 Initial commit
2023-10-17 18:42:43 -05:00

8 lines
276 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="@color/nav_bg"
android:endColor="@color/nav_bg_inv" />
</shape>