Is there a way to control the width of the three scrollbars for
DatePick?
I wanted to make the following layout, but the default setup can't fit
into the screen. I think there might be a way to control the width of
the scrollbar so that the two DatePick can fit into the screen.
<LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<DatePicker android:id="@+id/from_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</DatePicker>
<DatePicker android:id="@+id/to_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</DatePicker>
</LinearLayout>
Did anyone try to solve this problem before?
Thanks,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---