Change color attr in backtround_header_note drawable to color re… (#644)

This commit is contained in:
Mikołaj Pich 2020-01-11 20:09:33 +01:00 committed by GitHub
parent 57e943fb3b
commit 83a8c857e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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>