Add FIXEME: correct use of transparency menu strings

This commit is contained in:
sonora 2016-02-12 16:45:31 +01:00
parent 4d883fb148
commit df12c29f62

View file

@ -97,7 +97,7 @@ public class RasterMapMenu {
}
};
// android:max="255" in layout is expected
// Please note this does not modify the transparency of the underlay map, but of the base map, of course!
// FIXME: For case of "Overlay menu" string needs to display overlay_transparency, for case of "Underlay menu" string needs to be map_transparency, as this then modifies the base map transparency, of course!
contextMenuAdapter.item(R.string.map_transparency).layout(R.layout.progress_list_item)
.progress(mapTransparencyPreference.get()).listenInteger(integerListener).reg();
contextMenuAdapter.item(mapTypeString).layout(R.layout.two_line_list_item).description(mapTypePreference.get()).reg();