OsmAnd/OsmAnd/res/layout/bottom_sheet_item_title_big.xml

20 lines
985 B
XML
Raw Normal View History

<?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="@dimen/bottom_sheet_title_height"
android:ellipsize="end"
2020-02-13 12:19:36 +01:00
android:gravity="center_vertical"
android:letterSpacing="@dimen/text_button_letter_spacing"
android:maxLines="1"
android:minHeight="@dimen/bottom_sheet_title_height"
android:paddingLeft="@dimen/content_padding"
android:paddingRight="@dimen/content_padding"
android:textAppearance="@style/TextAppearance.ListItemTitle"
android:textSize="@dimen/bottom_sheet_title_big"
osmand:typeface="@string/font_roboto_medium"
2020-02-24 15:17:23 +01:00
tools:text="@string/new_plugin_added"
android:paddingEnd="@dimen/content_padding"
android:paddingStart="@dimen/content_padding" />