From 718c65405618914e10283a775fb8a0a286a6fe93 Mon Sep 17 00:00:00 2001 From: Daniele Date: Wed, 22 Sep 2021 09:24:11 +0200 Subject: [PATCH] Categories colors in list --- .idea/misc.xml | 1 + .../activity/main/GeofavoriteAdapter.java | 10 +++++++++- .../nextcloudmaps/model/Geofavorite.java | 8 ++++++++ .../res/drawable/category_listitem_background.xml | 13 +++++++++++++ app/src/main/res/layout/item_geofav.xml | 14 +++++++++----- 5 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 app/src/main/res/drawable/category_listitem_background.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index d3c8f54..2cb344c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,7 @@