diff --git a/OsmAnd/res/layout/context_menu_card_add_mapillary_images.xml b/OsmAnd/res/layout/context_menu_card_add_mapillary_images.xml index 5cb02ceb06..a595029a4a 100644 --- a/OsmAnd/res/layout/context_menu_card_add_mapillary_images.xml +++ b/OsmAnd/res/layout/context_menu_card_add_mapillary_images.xml @@ -3,6 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="@dimen/context_img_card_width" android:layout_height="@dimen/context_img_card_height" + xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/bg_color" android:orientation="vertical"> @@ -20,11 +21,12 @@ android:textSize="@dimen/default_list_text_size" android:text="@string/mapillary_action_descr"/> -