Skip to content

Instantly share code, notes, and snippets.

@yenliangl
Created January 6, 2012 12:59
Show Gist options
  • Save yenliangl/1570501 to your computer and use it in GitHub Desktop.
Save yenliangl/1570501 to your computer and use it in GitHub Desktop.
TimePicker/DatePicker with keyboard problem
<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"/>
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