2017-11-24 22:00:30 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
2017-12-22 01:44:25 +02:00
|
|
|
<solid android:color="?attr/dialog_background_color"/>
|
2017-11-24 22:00:30 -08:00
|
|
|
<corners android:radius="20dp"/>
|
|
|
|
</shape>
|