2017-01-03 10:30:27 +11: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-13 16:18:17 +11:00
|
|
|
<solid android:color="?attr/status_divider_color" />
|
2017-01-03 10:30:27 +11:00
|
|
|
</shape>
|