2017-02-04 01:53:33 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="3dp" />
|
2017-02-27 06:21:46 +01:00
|
|
|
<stroke android:color="#ffffffff" android:width="1dp" />
|
2017-02-04 01:53:33 +01:00
|
|
|
</shape>
|