themes and various bugs
This commit is contained in:
parent
dc165fa6bc
commit
63526c6ed3
114 changed files with 1719 additions and 558 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/nav_bg"/>
|
||||
<solid android:color="?attr/colorPrimaryContainer"/>
|
||||
<corners android:radius="40dp"/>
|
||||
</shape>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/pink_500_25"
|
||||
android:color="?attr/colorSecondaryContainer"
|
||||
android:radius="20dp" />
|
|
@ -3,6 +3,6 @@
|
|||
<gradient
|
||||
android:type="linear"
|
||||
android:angle="90"
|
||||
android:startColor="@color/bg"
|
||||
android:startColor="?android:colorBackground"
|
||||
android:endColor="@color/nav_bg_inv" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue