2018-07-23 15:12:52 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:minHeight="@dimen/bottom_sheet_title_height"
|
|
|
|
android:paddingLeft="@dimen/content_padding"
|
|
|
|
android:paddingRight="@dimen/content_padding"
|
|
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
2020-02-24 15:17:23 +01:00
|
|
|
tools:text="Some Title"
|
|
|
|
android:paddingStart="@dimen/content_padding"
|
|
|
|
android:paddingEnd="@dimen/content_padding" />
|