Proper styling of media picker buttons
parent
070d4d3e42
commit
53825cea58
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<corners android:radius="1000dp" />
|
<corners android:radius="1000dp" />
|
||||||
<solid android:color="@color/core_white" />
|
<solid android:color="?colorAccent" />
|
||||||
</shape>
|
</shape>
|
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<corners android:radius="1000dp" />
|
|
||||||
<solid android:color="?colorAccent" />
|
|
||||||
</shape>
|
|
Loading…
Reference in New Issue