2014-10-22 16:38:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle" >
|
|
|
|
|
2015-07-13 10:55:13 +00:00
|
|
|
<solid android:color="@color/black12" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
|
|
|
</shape>
|