diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-06-15 20:35:50 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-06-15 20:35:50 +0200 |
commit | 8a951d0dbf220e2c7b26b18d6dbc1de4ed5cf718 (patch) | |
tree | 0dd02074a75693953ae10c54ca122869ac1af52f /res/layout | |
parent | 5ede220e639d3202b515cf29df28bc4c52d170bf (diff) | |
download | AntennaPod-8a951d0dbf220e2c7b26b18d6dbc1de4ed5cf718.zip |
Show keyboard when opening TimeDialog. fixes #436
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/time_dialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/time_dialog.xml b/res/layout/time_dialog.xml index 7e5d869e0..95cc9a5a7 100644 --- a/res/layout/time_dialog.xml +++ b/res/layout/time_dialog.xml @@ -20,7 +20,7 @@ android:inputType="number" android:maxLength="2" > - <requestFocus /> + </EditText> <Spinner |