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 1:36 PM, Kirupa <[email protected]> wrote:

> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Regards
jagruti Sangani
*iNextrix Technologies*

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to