mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-26 13:01:02 +00:00
fix: activity color tweaks
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user