OsmAnd/OsmAnd/res/layout/quick_action_list_header.xml

21 lines
830 B
XML
Raw Normal View History

2016-12-20 15:23:40 +01:00
<?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"
2016-12-21 18:57:15 +01:00
android:layout_height="40dp"
2020-02-24 15:17:23 +01:00
android:paddingLeft="@dimen/content_padding"
android:paddingRight="@dimen/content_padding"
android:background="?attr/bg_color"
android:paddingStart="16dp"
android:paddingEnd="16dp">
2016-12-20 15:23:40 +01:00
<TextView
android:id="@+id/header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2016-12-21 18:57:15 +01:00
android:layout_gravity="center_vertical"
2016-12-20 15:23:40 +01:00
android:textColor="?android:textColorSecondary"
android:textSize="@dimen/default_sub_text_size"
tools:text="Screen 1"/>
</FrameLayout>