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-06-26 11:08:26 +02:00
|
|
|
<solid android:color="?attr/colorHeaderText" />
|
2012-04-12 19:44:00 +02:00
|
|
|
|
2015-06-26 11:08:26 +02:00
|
|
|
</shape>
|