From be51e45f4378b6178f32397b6abb4d81f0b1748b Mon Sep 17 00:00:00 2001 From: GaidamakUA Date: Thu, 8 Oct 2015 10:06:42 +0300 Subject: [PATCH] Text with download date for maps. --- .../layout/two_line_with_images_list_item.xml | 40 +++++++++++++------ .../plus/download/DownloadActivity.java | 20 +++++----- .../plus/download/items/ItemViewHolder.java | 38 +++++++++++++++++- .../download/items/RegionItemsFragment.java | 14 ++++++- .../download/items/SearchItemsFragment.java | 9 ++++- .../download/items/VoiceItemsFragment.java | 10 ++++- .../download/items/WorldItemsFragment.java | 9 ++++- 7 files changed, 111 insertions(+), 29 deletions(-) diff --git a/OsmAnd/res/layout/two_line_with_images_list_item.xml b/OsmAnd/res/layout/two_line_with_images_list_item.xml index b2b442fb9a..7fa701742d 100644 --- a/OsmAnd/res/layout/two_line_with_images_list_item.xml +++ b/OsmAnd/res/layout/two_line_with_images_list_item.xml @@ -37,17 +37,31 @@ android:textSize="@dimen/default_list_text_size" tools:text="Germany"/> + - + + + + + + android:visibility="gone" + tools:src="@drawable/ic_action_import" + tools:visibility="visible"/>