• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Reducing widget size in emulator

samMure

Lurker
Hi ,

I am using DatePicker widget in Linear Layout and I wanted to reduce the size of Date Picker because its going out of screen. So I tried to reduce its size and made chages to its size parameters in xml file as follows:
android:layout_width="100px"
android:layout_height="100px"
But even after these changes size of widget has not reduced or changed.

If any one can help me...............let me know

Thanks :)
 
Back
Top Bottom