diff --git a/OsmAnd/res/drawable/chart_marker_background.xml b/OsmAnd/res/drawable/chart_marker_background_dark.xml similarity index 60% rename from OsmAnd/res/drawable/chart_marker_background.xml rename to OsmAnd/res/drawable/chart_marker_background_dark.xml index 48543a6da4..25a92a6cbb 100644 --- a/OsmAnd/res/drawable/chart_marker_background.xml +++ b/OsmAnd/res/drawable/chart_marker_background_dark.xml @@ -2,8 +2,6 @@ - - + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/chart_marker_background_light.xml b/OsmAnd/res/drawable/chart_marker_background_light.xml new file mode 100644 index 0000000000..6738f76b20 --- /dev/null +++ b/OsmAnd/res/drawable/chart_marker_background_light.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/chart_marker_view.xml b/OsmAnd/res/layout/chart_marker_view.xml index fa9a0f1e15..1f1bf97a91 100644 --- a/OsmAnd/res/layout/chart_marker_view.xml +++ b/OsmAnd/res/layout/chart_marker_view.xml @@ -8,7 +8,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" - android:background="@drawable/chart_marker_background"> + android:background="?attr/chart_marker_background"> - - - - - - - - - - - - - - - - - - - - - diff --git a/OsmAnd/res/layout/wpt_list_item.xml b/OsmAnd/res/layout/wpt_list_item.xml new file mode 100644 index 0000000000..13523273c5 --- /dev/null +++ b/OsmAnd/res/layout/wpt_list_item.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/wpt_list_item_category.xml b/OsmAnd/res/layout/wpt_list_item_category.xml new file mode 100644 index 0000000000..7d24ccb6fb --- /dev/null +++ b/OsmAnd/res/layout/wpt_list_item_category.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OsmAnd/res/values/attrs.xml b/OsmAnd/res/values/attrs.xml index f99bf85119..4adc5366fb 100644 --- a/OsmAnd/res/values/attrs.xml +++ b/OsmAnd/res/values/attrs.xml @@ -5,6 +5,7 @@ + diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index 6c8d04e364..e75ced2c55 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -9,6 +9,10 @@ 3. All your modified/created strings are in the top of the file (to make easier find what\'s translated). PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy --> + Point(s) deleted successfully. + You are going to delete %1$d point(s). Are you sure? + Points on the route to pass + Important points in this route Track Max speed Average speed @@ -18,7 +22,7 @@ Start time End time Color - Select GPX folder + Select track folder File can not be moved. Move Tracks diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index 50770a6a95..c13eb73b63 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -76,6 +76,7 @@ + +