DatePicker on android

Posted by SWE on Stack Overflow See other posts from Stack Overflow or by SWE
Published on 2012-04-04T17:26:37Z Indexed on 2012/04/04 17:29 UTC
Read the original article Hit count: 383

I have a problem in DatePicker on android I can't make it smaller than default size

This is the XML code which used:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >
       <DatePicker
          android:id="@+id/datePicker1"
          android:layout_width="70dp"
          android:layout_height="40dp"
          android:layout_alignParentLeft="true"
          android:layout_below="@+id/addevent_location" />
</RelativeLayout>

Any help please

© Stack Overflow or respective owner

Related posts about android

Related posts about android-layout