diff --git a/OsmAnd/res/drawable-hdpi/av_download.png b/OsmAnd/res/drawable-hdpi/av_download.png deleted file mode 100644 index 5bceafb1e3..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/av_download.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/av_upload.png b/OsmAnd/res/drawable-hdpi/av_upload.png deleted file mode 100644 index d30ee8a830..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/av_upload.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/ic_menu_soundoff.png b/OsmAnd/res/drawable-hdpi/ic_menu_soundoff.png deleted file mode 100644 index af8fec8626..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/ic_menu_soundoff.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/ic_menu_soundon.png b/OsmAnd/res/drawable-hdpi/ic_menu_soundon.png deleted file mode 100644 index d44512dfaf..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/ic_menu_soundon.png and /dev/null differ diff --git a/OsmAnd/res/drawable-large/av_download.png b/OsmAnd/res/drawable-large/av_download.png deleted file mode 100644 index 5bceafb1e3..0000000000 Binary files a/OsmAnd/res/drawable-large/av_download.png and /dev/null differ diff --git a/OsmAnd/res/drawable-large/av_upload.png b/OsmAnd/res/drawable-large/av_upload.png deleted file mode 100644 index d30ee8a830..0000000000 Binary files a/OsmAnd/res/drawable-large/av_upload.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/ic_menu_soundoff.png b/OsmAnd/res/drawable-mdpi/ic_menu_soundoff.png deleted file mode 100644 index 8cd4bd1b47..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/ic_menu_soundoff.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/ic_menu_soundon.png b/OsmAnd/res/drawable-mdpi/ic_menu_soundon.png deleted file mode 100644 index 77b13f4d66..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/ic_menu_soundon.png and /dev/null differ diff --git a/OsmAnd/src/net/osmand/plus/activities/LocalIndexesActivity.java b/OsmAnd/src/net/osmand/plus/activities/LocalIndexesActivity.java index 43f793f534..8b7615c589 100644 --- a/OsmAnd/src/net/osmand/plus/activities/LocalIndexesActivity.java +++ b/OsmAnd/src/net/osmand/plus/activities/LocalIndexesActivity.java @@ -521,7 +521,7 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity { SubMenu split = null; for (int j = 0; j < optionsMenuAdapter.length(); j++) { MenuItem item; - if (j + 1 >= max) { + if (j + 1 >= max && optionsMenuAdapter.length() > max) { if (split == null) { split = menu.addSubMenu(0, 1, 0, R.string.default_buttons_other_actions); split.setIcon(isLightActionBar() ? R.drawable.abs__ic_menu_moreoverflow_holo_light