36 lines
No EOL
1.2 KiB
XML
36 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:osmand="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/button_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:minHeight="@dimen/context_menu_controller_height"
|
|
android:duplicateParentState="true"
|
|
tools:ignore="UselessParent">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/button_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:background="@null"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/content_padding_half"
|
|
android:paddingRight="@dimen/content_padding_half"
|
|
android:textAllCaps="true"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
android:duplicateParentState="true"
|
|
tools:text="Button"
|
|
android:paddingStart="@dimen/content_padding_half"
|
|
android:paddingEnd="@dimen/content_padding_half" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |