Fix history menu

(cherry picked from commit c306743)
This commit is contained in:
PavelRatushny 2017-10-17 17:19:23 +03:00
parent 44c640db48
commit cefa25fb9d

View file

@ -45,24 +45,24 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:orientation="vertical"> android:orientation="vertical">
<net.osmand.plus.widgets.TextViewEx <android.support.v7.widget.AppCompatTextView
osmand:typeface="@string/font_roboto_regular"
android:id="@+id/map_marker_title" android:id="@+id/map_marker_title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLines="1" android:maxLines="1"
android:ellipsize="end" android:ellipsize="end"
android:textAppearance="@style/TextAppearance.ListItemTitle" android:textColor="?android:textColorPrimary"
android:textSize="@dimen/default_list_text_size"
tools:text="Bloemstraat 179"/> tools:text="Bloemstraat 179"/>
<net.osmand.plus.widgets.TextViewEx <android.support.v7.widget.AppCompatTextView
osmand:typeface="@string/font_roboto_regular"
android:id="@+id/map_marker_passed_info" android:id="@+id/map_marker_passed_info"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLines="1" android:maxLines="1"
android:ellipsize="end" android:ellipsize="end"
android:textAppearance="@style/TextAppearance.ListItemTitle" android:textColor="?android:textColorSecondary"
android:textSize="@dimen/default_desc_text_size"
tools:text="Passed: July 28"/> tools:text="Passed: July 28"/>
</LinearLayout> </LinearLayout>
@ -95,8 +95,7 @@
android:layout_marginRight="@dimen/bottom_sheet_icon_margin" android:layout_marginRight="@dimen/bottom_sheet_icon_margin"
tools:src="@drawable/ic_action_reset_to_default_dark"/> tools:src="@drawable/ic_action_reset_to_default_dark"/>
<net.osmand.plus.widgets.TextViewEx <TextView
osmand:typeface="@string/font_roboto_regular"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLines="1" android:maxLines="1"
@ -124,8 +123,7 @@
android:layout_marginRight="@dimen/bottom_sheet_icon_margin" android:layout_marginRight="@dimen/bottom_sheet_icon_margin"
tools:src="@drawable/ic_action_delete_dark"/> tools:src="@drawable/ic_action_delete_dark"/>
<net.osmand.plus.widgets.TextViewEx <TextView
osmand:typeface="@string/font_roboto_regular"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLines="1" android:maxLines="1"