fix: better gradiant color

This commit is contained in:
aayush262 2024-03-20 11:13:09 +05:30
parent 7d5f69888a
commit fa7126d80d
3 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:endColor="@color/nav_bg_inv"
android:startColor="@color/nav_bg"
android:endColor="@color/gradiant_bg_end"
android:startColor="@color/gradiant_bg_start"
android:type="linear" />
</shape>