Fix history menu

(cherry picked from commit 017aa48)
This commit is contained in:
PavelRatushny 2017-10-17 13:14:14 +03:00
parent d43a4357cb
commit 44c640db48

View file

@ -52,8 +52,7 @@
android:layout_height="wrap_content"
android:maxLines="1"
android:ellipsize="end"
android:textSize="@dimen/default_list_text_size"
android:textColor="?android:textColorPrimary"
android:textAppearance="@style/TextAppearance.ListItemTitle"
tools:text="Bloemstraat 179"/>
<net.osmand.plus.widgets.TextViewEx
@ -62,9 +61,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:ellipsize="end"
android:textSize="@dimen/default_list_text_size"
android:textColor="?android:textColorSecondary"
android:ellipsize="end"
android:textAppearance="@style/TextAppearance.ListItemTitle"
tools:text="Passed: July 28"/>
</LinearLayout>
@ -97,7 +95,8 @@
android:layout_marginRight="@dimen/bottom_sheet_icon_margin"
tools:src="@drawable/ic_action_reset_to_default_dark"/>
<TextView
<net.osmand.plus.widgets.TextViewEx
osmand:typeface="@string/font_roboto_regular"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
@ -125,7 +124,8 @@
android:layout_marginRight="@dimen/bottom_sheet_icon_margin"
tools:src="@drawable/ic_action_delete_dark"/>
<TextView
<net.osmand.plus.widgets.TextViewEx
osmand:typeface="@string/font_roboto_regular"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"