diff --git a/OsmAnd/AndroidManifest.xml b/OsmAnd/AndroidManifest.xml index b9e6420487..4c5dd226c1 100644 --- a/OsmAnd/AndroidManifest.xml +++ b/OsmAnd/AndroidManifest.xml @@ -141,8 +141,8 @@ - - + + diff --git a/OsmAnd/res/drawable-hdpi/action_mode_back.png b/OsmAnd/res/drawable-hdpi/action_mode_back.png new file mode 100644 index 0000000000..6c36eae2f4 Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/action_mode_back.png differ diff --git a/OsmAnd/res/drawable-xhdpi/action_mode_back.png b/OsmAnd/res/drawable-xhdpi/action_mode_back.png new file mode 100644 index 0000000000..27bdcb79e3 Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/action_mode_back.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/action_mode_back.png b/OsmAnd/res/drawable-xxhdpi/action_mode_back.png new file mode 100644 index 0000000000..c2d6a542cd Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/action_mode_back.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/action_mode_back.png b/OsmAnd/res/drawable-xxxhdpi/action_mode_back.png new file mode 100644 index 0000000000..70c2040210 Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/action_mode_back.png differ diff --git a/OsmAnd/res/layout/osmo_group_list.xml b/OsmAnd/res/layout/osmo_group_list.xml new file mode 100644 index 0000000000..1b4095476c --- /dev/null +++ b/OsmAnd/res/layout/osmo_group_list.xml @@ -0,0 +1,30 @@ + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index e7ba686983..80e2434844 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -67,6 +67,8 @@ - - + + + + + + + + +