remove unnecessary divider styling (#1057)
parent
7e5e94487c
commit
b8ca60da1c
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:shape="rectangle"> |
|
||||||
<size android:height="1dp" /> |
|
||||||
<solid android:color="@color/report_status_divider_dark" /> |
|
||||||
</shape> |
|
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:shape="rectangle"> |
|
||||||
<size android:height="1dp" /> |
|
||||||
<solid android:color="@color/report_status_divider_light" /> |
|
||||||
</shape> |
|
Loading…
Reference in new issue