mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Fix color for tiles and space buttons
Also remove unused resource
This commit is contained in:
parent
aeffaac065
commit
9a70ddf0b8
3 changed files with 1 additions and 23 deletions
|
@ -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"/>
|
||||
|
||||
<solid android:color="?vctr_header_background" />
|
||||
<solid android:color="?vctr_system" />
|
||||
|
||||
<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 a new issue