diff --git a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml index f1db780f6e..c88241cab7 100644 --- a/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml +++ b/OsmAnd/res/layout/fragment_marker_history_bottom_sheet_dialog.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + xmlns:osmand="http://schemas.android.com/apk/res-auto" android:background="?attr/bg_color" android:orientation="vertical"> @@ -50,10 +51,13 @@ android:layout_height="wrap_content" android:maxLines="1" android:ellipsize="end" + android:textStyle="bold" + android:textSize="@dimen/default_list_text_size" android:textAppearance="@style/TextAppearance.ListItemTitle" tools:text="Bloemstraat 179"/> - @@ -81,6 +85,7 @@ android:background="?attr/selectableItemBackground" android:gravity="center_vertical" android:minHeight="@dimen/bottom_sheet_list_item_height" + android:layout_marginTop="@dimen/bottom_sheet_content_margin_small" android:paddingEnd="@dimen/bottom_sheet_content_padding" android:paddingLeft="@dimen/bottom_sheet_content_padding" android:paddingRight="@dimen/bottom_sheet_content_padding"