AndroidAPS/insight/src/main/res/layout/local_insight_status_delimitter.xml

7 lines
298 B
XML
Raw Normal View History

2019-01-18 22:40:08 +01:00
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="2dip"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
2021-02-04 12:03:34 +01:00
android:background="@color/list_delimiter" />