android-datepicker icon indicating copy to clipboard operation
android-datepicker copied to clipboard

Android ICS DatePicker backported to 2.2

Results 2 android-datepicker issues
Sort by recently updated
recently updated
newest added

Please merge if this LICENSE works for you.

Fix for this exception on API versions < 14 0java.lang.NoSuchMethodError: android.widget.FrameLayout.onPopulateAccessibilityEvent 1at net.simonvt.datepicker.DatePicker.onPopulateAccessibilityEvent(DatePicker.java:393) 2at net.simonvt.datepicker.DatePicker.dispatchPopulateAccessibilityEvent(DatePicker.java:387) 3at android.view.ViewGroup.dispatchPopulateAccessibilityEvent(ViewGroup.java:1135) ...