OsmAnd/OsmAnd/res/layout/divider.xml

13 lines
445 B
XML
Raw Normal View History

2015-04-02 01:51:05 +02:00
<?xml version="1.0" encoding="utf-8"?>
2015-04-17 02:22:34 +02:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2015-12-01 12:32:01 +01:00
android:layout_width="match_parent"
android:layout_height="wrap_content">
2015-04-17 02:22:34 +02:00
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?attr/dashboard_divider"
android:focusable="false" />
</LinearLayout>