Fix color for tiles and space buttons
Also remove unused resource
This commit is contained in:
parent
aeffaac065
commit
9a70ddf0b8
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
|
|
||||||
<size android:width="40dp" android:height="40dp"/>
|
|
||||||
|
|
||||||
<solid android:color="?vctr_header_background" />
|
|
||||||
|
|
||||||
<corners android:radius="16dp" />
|
|
||||||
|
|
||||||
</shape>
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<size android:width="40dp" android:height="40dp"/>
|
<size android:width="40dp" android:height="40dp"/>
|
||||||
|
|
||||||
<solid android:color="?vctr_header_background" />
|
<solid android:color="?vctr_system" />
|
||||||
|
|
||||||
<corners android:radius="8dp" />
|
<corners android:radius="8dp" />
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
|
|
||||||
<size android:width="40dp" android:height="40dp"/>
|
|
||||||
|
|
||||||
<stroke android:width="1dp" android:color="?vctr_header_background" />
|
|
||||||
|
|
||||||
<corners android:radius="8dp" />
|
|
||||||
|
|
||||||
</shape>
|
|
Loading…
Reference in New Issue