OsmAnd/OsmAnd/res/layout/gpx_split_segments_empty_header.xml
2017-07-06 19:03:03 +03:00

11 lines
No EOL
339 B
XML

<?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>