2019-09-19 11:30:17 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/description"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-09-24 09:19:12 +02:00
|
|
|
android:letterSpacing="@dimen/description_letter_spacing"
|
2019-09-19 11:30:17 +02:00
|
|
|
android:minHeight="@dimen/bottom_sheet_list_item_height"
|
|
|
|
android:paddingLeft="@dimen/content_padding"
|
|
|
|
android:paddingTop="@dimen/bottom_sheet_image_text_margin_start"
|
|
|
|
android:paddingRight="@dimen/content_padding"
|
|
|
|
android:paddingBottom="@dimen/gpx_small_text_margin"
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
|
|
app:typeface="@string/font_roboto_regular"
|
|
|
|
tools:text="@string/auto_zoom_map_descr" />
|