2015-11-24 20:45:53 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
|
|
<size
|
|
|
|
android:width="1dp"
|
|
|
|
android:height="1dp" />
|
|
|
|
|
2020-01-29 23:57:17 -08:00
|
|
|
<solid android:color="@color/divider" />
|
2015-11-24 20:45:53 +03:00
|
|
|
|
|
|
|
</shape>
|