OsmAnd/OsmAnd/res/layout/gpx_split_segments_empty_header.xml

11 lines
339 B
XML
Raw Normal View History

2017-07-06 18:03:03 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:layout_width="match_parent"
android:layout_height="48dp"/>
</LinearLayout>