summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-05-13 03:37:35 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-05-13 03:37:40 +0000
commite85b6e4a1f97247aea1d246bd56517abbabfb7ef (patch)
tree727ecfe2956541ee0e86177c50901097e02b939c
parentdad0ba155e4d16ee7bae92a69943d7d2a3e9ee71 (diff)
parent8d6b3ec6de4ab12b975b2791d115a0678b916bbf (diff)
Merge "Allow users to quickly focus the minute field in TimePicker." into oc-dev
-rw-r--r--core/res/res/layout/time_picker_text_input_material.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/time_picker_text_input_material.xml b/core/res/res/layout/time_picker_text_input_material.xml
index 76ce8268c8da..2bef027583bc 100644
--- a/core/res/res/layout/time_picker_text_input_material.xml
+++ b/core/res/res/layout/time_picker_text_input_material.xml
@@ -37,7 +37,8 @@
android:layout_width="50dp"
android:layout_height="wrap_content"
android:inputType="number"
- android:textAppearance="@style/TextAppearance.Material.TimePicker.InputField" />
+ android:textAppearance="@style/TextAppearance.Material.TimePicker.InputField"
+ android:imeOptions="actionNext"/>
<TextView
android:id="@+id/label_hour"
android:layout_width="wrap_content"