fix: activity color tweaks
This commit is contained in:
parent
fa7126d80d
commit
f707f8cc33
5 changed files with 17 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="@color/gradiant_bg_end"
|
||||
android:startColor="@color/gradiant_bg_start"
|
||||
android:endColor="@color/nav_bg_inv"
|
||||
android:startColor="@color/nav_bg"
|
||||
android:type="linear" />
|
||||
</shape>
|
8
app/src/main/res/drawable/linear_gradient_nav_inv.xml
Normal file
8
app/src/main/res/drawable/linear_gradient_nav_inv.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
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