add headline to missing submenu for consistency
This commit is contained in:
parent
2f8eae5ef6
commit
0ed07f9f91
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ public class OsmandExtraSettings extends OsmandPlugin {
|
||||||
entries[i] = (int) (floatValues[i] * 100) +" %";
|
entries[i] = (int) (floatValues[i] * 100) +" %";
|
||||||
}
|
}
|
||||||
Builder b = new AlertDialog.Builder(view.getContext());
|
Builder b = new AlertDialog.Builder(view.getContext());
|
||||||
|
b.setTitle(R.string.map_text_size);
|
||||||
int i = Arrays.binarySearch(floatValues, textSizePref.get());
|
int i = Arrays.binarySearch(floatValues, textSizePref.get());
|
||||||
b.setSingleChoiceItems(entries, i, new OnClickListener() {
|
b.setSingleChoiceItems(entries, i, new OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue