forked from github/wulkanowy-mirror
Change color attr in backtround_header_note drawable to color re… (#644)
This commit is contained in:
parent
57e943fb3b
commit
83a8c857e5
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorPrimaryLight"/>
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?colorPrimary"/>
|
||||
<solid android:color="@color/colorPrimary"/>
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
Loading…
x
Reference in New Issue
Block a user