Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Issue 604243002: [Android] Add ScrollView to DateTimePicker (Closed)

Created:
6 years, 2 months ago by Changwan Ryu
Modified:
6 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, klobag.chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Add ScrollView to DateTimePicker On small screen devices, such as one with 800x480 resolution, time picker does not render correctly, and sometimes causes a crash. This adds a layer of ScrollView so that time picker can be accessed and rendered correctly. BUG=407543 Committed: https://crrev.com/43435213d9a2431bed1be8aec18dd8b7d452eadd Cr-Commit-Position: refs/heads/master@{#297514}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed landscape layout #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -53 lines) Patch
M content/public/android/java/res/layout-land/date_time_picker_dialog.xml View 1 1 chunk +0 lines, -33 lines 0 comments Download
A ui/android/java/res/layout-land/date_time_picker_dialog.xml View 1 1 chunk +40 lines, -0 lines 3 comments Download
M ui/android/java/res/layout/date_time_picker_dialog.xml View 1 chunk +27 lines, -20 lines 0 comments Download

Messages

Total messages: 27 (6 generated)
Changwan Ryu
6 years, 2 months ago (2014-09-26 07:41:21 UTC) #2
Ted C
https://codereview.chromium.org/604243002/diff/1/content/public/android/java/res/layout-land/date_time_picker_dialog.xml File content/public/android/java/res/layout-land/date_time_picker_dialog.xml (left): https://codereview.chromium.org/604243002/diff/1/content/public/android/java/res/layout-land/date_time_picker_dialog.xml#oldcode12 content/public/android/java/res/layout-land/date_time_picker_dialog.xml:12: android:orientation="horizontal" This used to be horizontal and you changed ...
6 years, 2 months ago (2014-09-26 16:26:51 UTC) #3
Changwan Ryu
https://codereview.chromium.org/604243002/diff/1/content/public/android/java/res/layout-land/date_time_picker_dialog.xml File content/public/android/java/res/layout-land/date_time_picker_dialog.xml (left): https://codereview.chromium.org/604243002/diff/1/content/public/android/java/res/layout-land/date_time_picker_dialog.xml#oldcode12 content/public/android/java/res/layout-land/date_time_picker_dialog.xml:12: android:orientation="horizontal" On 2014/09/26 16:26:51, Ted C (OOO till 10.1) ...
6 years, 2 months ago (2014-09-30 00:22:11 UTC) #4
Changwan Ryu
6 years, 2 months ago (2014-09-30 00:22:25 UTC) #5
Changwan Ryu
Roping in more code reviewers as the main reviewer is OOO and we're targeting M38. ...
6 years, 2 months ago (2014-09-30 00:29:56 UTC) #6
Changwan Ryu
6 years, 2 months ago (2014-09-30 00:30:40 UTC) #8
newt (away)
This seems fine, though it's not at all clear how adding this ScrollView could fix ...
6 years, 2 months ago (2014-09-30 00:38:42 UTC) #9
Changwan Ryu
On 2014/09/30 00:38:42, newt wrote: > This seems fine, though it's not at all clear ...
6 years, 2 months ago (2014-09-30 00:58:47 UTC) #10
newt (away)
lgtm, though I think it's worth further investigating the cause of the crash.
6 years, 2 months ago (2014-09-30 01:11:33 UTC) #11
newt (away)
On 2014/09/30 01:11:33, newt wrote: > lgtm, though I think it's worth further investigating the ...
6 years, 2 months ago (2014-09-30 01:12:09 UTC) #12
Changwan Ryu
On 2014/09/30 01:12:09, newt wrote: > On 2014/09/30 01:11:33, newt wrote: > > lgtm, though ...
6 years, 2 months ago (2014-09-30 01:25:02 UTC) #13
Changwan Ryu
On 2014/09/30 01:25:02, Changwan Ryu wrote: > On 2014/09/30 01:12:09, newt wrote: > > On ...
6 years, 2 months ago (2014-09-30 01:28:49 UTC) #14
Changwan Ryu
6 years, 2 months ago (2014-09-30 02:07:17 UTC) #16
Yaron
https://codereview.chromium.org/604243002/diff/20001/ui/android/java/res/layout-land/date_time_picker_dialog.xml File ui/android/java/res/layout-land/date_time_picker_dialog.xml (right): https://codereview.chromium.org/604243002/diff/20001/ui/android/java/res/layout-land/date_time_picker_dialog.xml#newcode9 ui/android/java/res/layout-land/date_time_picker_dialog.xml:9: <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" There's already a ./ui/android/java/res/layout/date_time_picker_dialog.xml which seems to ...
6 years, 2 months ago (2014-09-30 17:29:24 UTC) #17
Changwan Ryu
https://codereview.chromium.org/604243002/diff/20001/ui/android/java/res/layout-land/date_time_picker_dialog.xml File ui/android/java/res/layout-land/date_time_picker_dialog.xml (right): https://codereview.chromium.org/604243002/diff/20001/ui/android/java/res/layout-land/date_time_picker_dialog.xml#newcode9 ui/android/java/res/layout-land/date_time_picker_dialog.xml:9: <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" On 2014/09/30 17:29:23, Yaron wrote: > There's ...
6 years, 2 months ago (2014-09-30 19:26:16 UTC) #18
Yaron
lgtm https://codereview.chromium.org/604243002/diff/20001/ui/android/java/res/layout-land/date_time_picker_dialog.xml File ui/android/java/res/layout-land/date_time_picker_dialog.xml (right): https://codereview.chromium.org/604243002/diff/20001/ui/android/java/res/layout-land/date_time_picker_dialog.xml#newcode9 ui/android/java/res/layout-land/date_time_picker_dialog.xml:9: <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" On 2014/09/30 19:26:16, Changwan Ryu wrote: ...
6 years, 2 months ago (2014-09-30 20:11:19 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/604243002/20001
6 years, 2 months ago (2014-09-30 20:48:58 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/63210)
6 years, 2 months ago (2014-09-30 21:32:33 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/604243002/20001
6 years, 2 months ago (2014-09-30 21:55:08 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001) as b407058ef6253603112f7d4ee822b51acfef5480
6 years, 2 months ago (2014-09-30 21:57:03 UTC) #26
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 21:58:25 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/43435213d9a2431bed1be8aec18dd8b7d452eadd
Cr-Commit-Position: refs/heads/master@{#297514}

Powered by Google App Engine
This is Rietveld 408576698