Dantotsu/app/src/main/res/drawable/linear_gradient_bg.xml
2024-02-06 02:16:10 -06:00

8 lines
No EOL
287 B
XML

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