2017-01-03 00:30:27 +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" />
|
2017-02-17 03:11:05 +01:00
|
|
|
<solid android:color="@color/status_divider_light" />
|
2017-01-03 00:30:27 +01:00
|
|
|
</shape>
|