2017-02-13 21:30:38 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:shape= "rectangle" >
|
2017-03-11 21:25:37 +00:00
|
|
|
|
<solid android:color="#333"/>
|
|
|
|
|
<stroke android:width="1dp" android:color="#fff"/>
|
2017-02-13 21:30:38 +00:00
|
|
|
|
</shape>
|