2017-04-03 17:36:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-04-26 11:48:47 +00:00
|
|
|
<solid android:color="@color/offset_background"/>
|
|
|
|
|
<corners android:radius="8dip"/>
|
2017-04-03 17:36:44 +00:00
|
|
|
</shape>
|