add headline to missing submenu for consistency

This commit is contained in:
sonora 2012-09-03 23:09:07 +02:00
parent 2f8eae5ef6
commit 0ed07f9f91

View file

@ -75,6 +75,7 @@ public class OsmandExtraSettings extends OsmandPlugin {
entries[i] = (int) (floatValues[i] * 100) +" %";
}
Builder b = new AlertDialog.Builder(view.getContext());
b.setTitle(R.string.map_text_size);
int i = Arrays.binarySearch(floatValues, textSizePref.get());
b.setSingleChoiceItems(entries, i, new OnClickListener() {
@Override