21 lines
901 B
XML
21 lines
901 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
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/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:gravity="center_vertical"
|
|
android:maxLines="5"
|
|
android:minHeight="@dimen/bottom_sheet_title_height"
|
|
android:paddingLeft="@dimen/content_padding"
|
|
android:paddingRight="@dimen/content_padding"
|
|
android:paddingTop="@dimen/content_padding_small"
|
|
android:paddingBottom="@dimen/content_padding_small"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
tools:text="Some Title"
|
|
android:paddingStart="@dimen/content_padding"
|
|
android:paddingEnd="@dimen/content_padding" />
|