2012-04-12 19:44:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:shape="rectangle" >
|
|
|
|
|
|
|
|
|
|
<size
|
|
|
|
|
android:height="2dp"
|
|
|
|
|
android:width="1000dp" />
|
|
|
|
|
|
2015-08-06 00:20:48 +05:30
|
|
|
<solid android:color="#212121" />
|
2012-04-12 19:44:00 +02:00
|
|
|
|
2015-06-26 11:08:26 +02:00
|
|
|
</shape>
|