GoogleDateTimePickers icon indicating copy to clipboard operation
GoogleDateTimePickers copied to clipboard

<API 11 support with Android Support Library

Open benoffi7 opened this issue 11 years ago • 2 comments

Hi I want use the library in versions of Android < API11 with the Android Support Library but the following line only accepts FragmentManager

datePickerDialog.show(getFragmentManager(), tag);;

I want use getSupportFragmentManager

Thanks!

benoffi7 avatar Feb 05 '14 19:02 benoffi7

I second this

spengilley avatar Mar 10 '14 19:03 spengilley

I have forked this project and change it to mvn system for easy integration. and I have change it to use android-support-v4 for compatibility. It is here

fairchild88 avatar Jul 15 '14 08:07 fairchild88