OSDN Git Service

Remove unnecessary right padding from time picker
authorTetsutoki Shiozawa <tetsutoki.shiozawa@sony.com>
Tue, 8 Aug 2017 04:25:00 +0000 (13:25 +0900)
committerShunta Sato <shunta.sato@sony.com>
Tue, 8 Jan 2019 03:14:05 +0000 (12:14 +0900)
commit7cbd19435c5de1e65753f26bac40e2a0b25ea2d2
tree2c347b9a06a806e4c2ff578b6cfa82c59e7f5e42
parentf6209cf0dd41757399f21d134cd42a55f7e27147
Remove unnecessary right padding from time picker

Symptom:
When the device language was set to Spanish, "A.M." label was not fully
displayed on the time picker widget. "M." was lacked.

Root cause:
There are unnecessary right paddings on the layout definition of time
picker. It uselessly consumes the room for ampm_layout.

Bug: 64498105
Change-Id: Ie52fafc0fb7d6d6ea5b0ca2eaeb53755d4aebc19
core/java/android/widget/TimePickerClockDelegate.java
core/res/res/layout/time_picker_header_material.xml