[android-developers] datepicker in android

2012-03-29 Thread Kirupa
Can we reduce the size of datapicker in android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] datepicker in android

2012-03-29 Thread jagruti sangani
2 down vote accepted No. You cannot reduce the size of a view beyond their minimum size. Using wrap_content ensures that the DatePicker is just big enough to enclose its contents. DatePicker android:layout_width=wrap_content android:layout_height=wrap_content / On Thu, Mar 29, 2012 at