From f9f2618920558ac8776f83cfdac3c9b059c1fc55 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Fri, 6 Mar 2015 20:16:44 +0100 Subject: [PATCH] Remove list styles --- OsmAnd/res/layout/configuration_dialog.xml | 1 - OsmAnd/res/layout/dash_gpx_track_item.xml | 2 +- .../res/layout/download_index_list_item.xml | 4 +- OsmAnd/res/layout/local_index_list_item.xml | 7 +- OsmAnd/res/layout/navigate_point.xml | 1 + OsmAnd/res/layout/update_index.xml | 1 - OsmAnd/res/layout/update_index_list_item.xml | 5 +- OsmAnd/res/values/styles.xml | 1 - .../src/net/osmand/plus/AppInitializer.java | 1 + .../plus/download/LocalIndexesFragment.java | 87 ++++++++++--------- .../net/osmand/plus/poi/PoiFiltersHelper.java | 10 +++ 11 files changed, 69 insertions(+), 51 deletions(-) diff --git a/OsmAnd/res/layout/configuration_dialog.xml b/OsmAnd/res/layout/configuration_dialog.xml index 9616a88e83..8e8203952b 100644 --- a/OsmAnd/res/layout/configuration_dialog.xml +++ b/OsmAnd/res/layout/configuration_dialog.xml @@ -13,7 +13,6 @@ diff --git a/OsmAnd/res/layout/dash_gpx_track_item.xml b/OsmAnd/res/layout/dash_gpx_track_item.xml index 75634cad74..cefa458887 100644 --- a/OsmAnd/res/layout/dash_gpx_track_item.xml +++ b/OsmAnd/res/layout/dash_gpx_track_item.xml @@ -5,7 +5,7 @@ android:layout_height="wrap_content" android:background="?attr/expandable_list_item_background" android:minHeight="@dimen/dashListItemHeight" - android:focusable="yes" + android:focusable="true" android:orientation="vertical"> @@ -35,17 +36,16 @@ android:orientation="horizontal"> @@ -51,6 +52,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="7dp" + android:textColor="?android:textColorSecondary" + android:textSize="@dimen/download_descr_text_size" + tools:text="@string/app_version"/> diff --git a/OsmAnd/res/layout/navigate_point.xml b/OsmAnd/res/layout/navigate_point.xml index cd28f7da83..7dad010cac 100644 --- a/OsmAnd/res/layout/navigate_point.xml +++ b/OsmAnd/res/layout/navigate_point.xml @@ -1,6 +1,7 @@ @@ -37,12 +38,12 @@ android:orientation="horizontal">