Pavel K
Pavel K

Reputation: 73

android. why time picker is not symmetric?

I use TimePicker. And I noticed that it is not symmetric. Sign ":" Located right of center.

i use timepicker.setIs24HourView(true);

unfortunately I did not show a screenshot, because my reputation is below 10

Upvotes: 1

Views: 30

Answers (1)

arodriguezdonaire
arodriguezdonaire

Reputation: 5563

The TimePicker should be symmetric, probably you have some paddings in its parent view or some margins in the TimePicker.

Upvotes: 1

Related Questions