android - Which API is DatePicker changed? -
i'm designing big android project. 5 months ago have designed ui editing datepicker this:

but after changed computer , moved project new computer, error on getchildat(int). removed modifications on , saw datepicker :

any idea on why changed? or how can change old version?
(p.s : use api 15)
but after changed computer , moved project new computer, error on getchildat(int)
your code incorrectly assumed implementation of datepicker never change.
any idea on why changed?
because google wanted change it.
how can change old version?
find source code old version , fork create own legacydatepicker or such. want the implementation android 2.3, imagine.
the implementation of datepicker android framework, , vary on time. not surprised if next version of android has yet look.
Comments
Post a Comment