2015-02-25 18:37:31 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:shape="rectangle" >
|
|
|
|
|
|
|
|
|
|
<size
|
|
|
|
|
android:height="1dp"
|
|
|
|
|
android:width="1000dp" />
|
|
|
|
|
|
2015-08-06 00:20:48 +05:30
|
|
|
<solid android:color="#808080" />
|
2015-02-25 18:37:31 +01:00
|
|
|
|
2015-06-26 11:46:44 +02:00
|
|
|
</shape>
|