26 lines
No EOL
1 KiB
XML
26 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.Toolbar 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:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/bottom_sheet_selected_item_title_height"
|
|
android:minHeight="@dimen/bottom_sheet_selected_item_title_height"
|
|
osmand:contentInsetLeft="54dp"
|
|
osmand:contentInsetStart="54dp"
|
|
osmand:contentInsetRight="0dp"
|
|
osmand:contentInsetEnd="0dp">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/bottom_sheet_title_height"
|
|
android:ellipsize="end"
|
|
android:gravity="center_vertical"
|
|
android:maxLines="1"
|
|
android:minHeight="@dimen/bottom_sheet_title_height"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
tools:text="Some Title" />
|
|
|
|
</androidx.appcompat.widget.Toolbar> |