diff --git a/OsmAnd/res/layout/add_gpx_point_dialog.xml b/OsmAnd/res/layout/add_gpx_point_dialog.xml new file mode 100644 index 0000000000..7663cfa0fc --- /dev/null +++ b/OsmAnd/res/layout/add_gpx_point_dialog.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/download_index_list_item.xml b/OsmAnd/res/layout/download_index_list_item.xml index 3fbe8fc0f0..1382796356 100644 --- a/OsmAnd/res/layout/download_index_list_item.xml +++ b/OsmAnd/res/layout/download_index_list_item.xml @@ -1,39 +1,37 @@ + xmlns:tools="http://schemas.android.com/tools" + android:background="?attr/expandable_list_item_background" + android:layout_width="fill_parent" + android:layout_height="@dimen/list_item_height" + android:paddingBottom="1dp" + android:paddingLeft="@dimen/list_content_padding" + android:paddingRight="@dimen/list_content_padding" + android:paddingTop="1dp"> - + - - + - - - + diff --git a/OsmAnd/res/layout/favourites_list_item.xml b/OsmAnd/res/layout/favourites_list_item.xml index 680507d7a8..5bd1a9b983 100644 --- a/OsmAnd/res/layout/favourites_list_item.xml +++ b/OsmAnd/res/layout/favourites_list_item.xml @@ -1,43 +1,41 @@ + android:layout_width="fill_parent" + android:layout_height="@dimen/list_item_height" + android:orientation="horizontal" + android:paddingBottom="5dp" + android:paddingLeft="@dimen/list_content_padding" + android:paddingRight="@dimen/list_content_padding" + android:background="?attr/expandable_list_item_background" + android:paddingTop="5dp"> - + - - - + - + android:maxLines="1" + android:textColor="?android:textColorPrimary" + tools:text="@string/lorem_ipsum"/> \ No newline at end of file diff --git a/OsmAnd/res/layout/gpx_item_list_item.xml b/OsmAnd/res/layout/gpx_item_list_item.xml index 1b20a3f4ea..5937203ba6 100644 --- a/OsmAnd/res/layout/gpx_item_list_item.xml +++ b/OsmAnd/res/layout/gpx_item_list_item.xml @@ -1,56 +1,63 @@ + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="fill_parent" + android:layout_height="@dimen/list_item_height" + android:orientation="vertical" + android:background="?attr/expandable_list_item_background" + android:paddingLeft="8dp" + android:paddingRight="8dp"> - + - + - + - - + + - - + + - + \ No newline at end of file diff --git a/OsmAnd/res/layout/help_activity.xml b/OsmAnd/res/layout/help_activity.xml index 586defd3cc..8ae5922aa6 100644 --- a/OsmAnd/res/layout/help_activity.xml +++ b/OsmAnd/res/layout/help_activity.xml @@ -12,6 +12,7 @@ \ No newline at end of file diff --git a/OsmAnd/res/layout/local_index_list_item.xml b/OsmAnd/res/layout/local_index_list_item.xml index 8820cfba9f..e9907cc3ba 100644 --- a/OsmAnd/res/layout/local_index_list_item.xml +++ b/OsmAnd/res/layout/local_index_list_item.xml @@ -1,52 +1,66 @@ + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="fill_parent" + android:layout_height="@dimen/list_item_height" + android:orientation="horizontal" + android:paddingBottom="4dp" + android:paddingLeft="@dimen/list_content_padding" + android:paddingRight="@dimen/list_content_padding" + android:background="?attr/expandable_list_item_background" + android:paddingTop="4dp"> - + - + - - + - + + - - + + + + + + + + - \ No newline at end of file diff --git a/OsmAnd/res/values/attrs.xml b/OsmAnd/res/values/attrs.xml index 631128dba2..3f6266e4d8 100644 --- a/OsmAnd/res/values/attrs.xml +++ b/OsmAnd/res/values/attrs.xml @@ -30,6 +30,7 @@ + diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml index fcd50798a3..a065c2a553 100644 --- a/OsmAnd/res/values/colors.xml +++ b/OsmAnd/res/values/colors.xml @@ -1,5 +1,8 @@ + #292f33 + @color/color_white + #39464d #CC080B0D #ff8f00 diff --git a/OsmAnd/res/values/sizes.xml b/OsmAnd/res/values/sizes.xml index 1379f13e29..85288eaa29 100644 --- a/OsmAnd/res/values/sizes.xml +++ b/OsmAnd/res/values/sizes.xml @@ -25,6 +25,7 @@ 16dp 8dp 48dp + 48dp 12sp diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index 4072ee9e66..33f958587e 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -95,10 +95,6 @@ true - - + @color/expandable_list_item_light + - - + + + + + + + +