From 6363d9371739ac53db4ff3016152cfe41e7ef9e1 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Thu, 26 Apr 2018 12:45:24 +0300 Subject: [PATCH] [android] Added clickable background to bookmark list items --- android/res/layout/item_bookmark.xml | 11 +++++++---- android/res/layout/item_track.xml | 11 +++++++---- .../maps/bookmarks/BookmarkListAdapter.java | 1 - 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/android/res/layout/item_bookmark.xml b/android/res/layout/item_bookmark.xml index a82c5ff6bb..80fe159d67 100644 --- a/android/res/layout/item_bookmark.xml +++ b/android/res/layout/item_bookmark.xml @@ -1,7 +1,10 @@ - + - \ No newline at end of file + diff --git a/android/res/layout/item_track.xml b/android/res/layout/item_track.xml index c86491d663..52cbba99b7 100644 --- a/android/res/layout/item_track.xml +++ b/android/res/layout/item_track.xml @@ -1,7 +1,10 @@ - + - \ No newline at end of file + diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java b/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java index c5510144c8..ab14551f02 100644 --- a/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java +++ b/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java @@ -151,5 +151,4 @@ public class BookmarkListAdapter extends RecyclerView.Adapter