fix: activity color tweaks

This commit is contained in:
rebelonion 2024-03-20 01:23:48 -05:00
parent fa7126d80d
commit f707f8cc33
5 changed files with 17 additions and 7 deletions

View file

@ -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>

View 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>