[android] Fixed background color in guide's description block. Update fragment_bookmark_list.xml

This commit is contained in:
velichkomarija 2020-10-13 19:30:43 +03:00 committed by Alexey
parent 5239aa23ea
commit e34df92c02

View file

@ -17,6 +17,7 @@
android:orientation="vertical">
<com.mapswithme.maps.bookmarks.BookmarkHeaderView
android:id="@+id/guide_info"
android:background="?cardBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<androidx.recyclerview.widget.RecyclerView