Created
January 6, 2012 12:59
-
-
Save yenliangl/1570501 to your computer and use it in GitHub Desktop.
TimePicker/DatePicker with keyboard problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TimePicker android:id="@+id/time_picker" | |
android:layout_marginTop="10dp" | |
android:layout_width="fill_parent" | |
android:layout_height="wrap_content" | |
android:addStatesFromChildren="true"/> | |
android:layout_height="wrap_content"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mTimePicker.clearFocus(); | |
int hourOfDay = mTimePicker.getCurrentHour(); | |
int minute = mTimePicker.getCurrentMinute(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment