2014-01-24 02:04:05 +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="1.5dp"
|
2014-07-08 11:41:19 +02:00
|
|
|
android:width="2000dp" />
|
2014-01-24 02:04:05 +01:00
|
|
|
|
2014-07-08 11:41:19 +02:00
|
|
|
<solid android:color="@color/divider" />
|
2014-01-24 02:04:05 +01:00
|
|
|
</shape>
|