OsmAnd/OsmAnd/res/layout/quick_action_add_dialog_header.xml

28 lines
No EOL
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:osmand="http://schemas.android.com/apk/res-auto"
android:background="?attr/bg_color">
<net.osmand.plus.widgets.TextViewEx
android:id="@+id/header"
android:layout_width="match_parent"
android:layout_height="@dimen/list_header_height"
android:gravity="center_vertical"
android:textColor="@color/preference_category_title"
android:textSize="@dimen/default_desc_text_size"
android:layout_marginLeft="@dimen/content_padding"
android:layout_marginRight="@dimen/content_padding"
tools:text="Screen 1"
osmand:typeface="@string/font_roboto_medium" />
<View android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_gravity="top"
android:background="?attr/dashboard_divider"/>
</FrameLayout>