fix: better gradiant color
This commit is contained in:
parent
7d5f69888a
commit
fa7126d80d
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue