Restore correct order of primary and secondary texts
This commit is contained in:
parent
fa3dcea9bf
commit
9b886dfe5b
@ -93,6 +93,10 @@ public class GridSelectorLayout extends ViewAnimator implements NumbersGrid.OnNu
|
|||||||
if (is24HourMode) {
|
if (is24HourMode) {
|
||||||
m24HoursGrid = new TwentyFourHoursGrid(context);
|
m24HoursGrid = new TwentyFourHoursGrid(context);
|
||||||
m24HoursGrid.initialize(this/*OnNumberSelectedListener*/);
|
m24HoursGrid.initialize(this/*OnNumberSelectedListener*/);
|
||||||
|
if (initialHoursOfDay >= 12) {
|
||||||
|
// 24 hour grid is always initialized with 00-11 in the primary position
|
||||||
|
m24HoursGrid.swapTexts();
|
||||||
|
}
|
||||||
addView(m24HoursGrid);
|
addView(m24HoursGrid);
|
||||||
} else {
|
} else {
|
||||||
mHoursGrid = new HoursGrid(context);
|
mHoursGrid = new HoursGrid(context);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user