2016-12-23 18:13:14 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape android:shape="rectangle"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2017-01-11 14:28:48 +01:00
|
|
|
<solid android:color="@color/dashboard_divider_light" />
|
2016-12-23 18:13:14 +01:00
|
|
|
<corners android:bottomLeftRadius="2dp" android:bottomRightRadius="2dp"/>
|
|
|
|
|
|
|
|
</shape>
|