Android Calendarview/timepicker Not Working Inside Scrollview
I am making a form and eventually had to encapsulate my LinearLayout inside a ScrollView so the soft keyboard would not cover up some of the fields. After I did this my CalendarVie
Solution 1:
Try setting FillViewPort
to true
on the ScrollView
. This will at least work if only one of such widgets is visible.
Post a Comment for "Android Calendarview/timepicker Not Working Inside Scrollview"