我對Android的 在DatePicker的一個問題,我不能使它比默認尺寸的DatePicker在Android
這是使用的XML代碼:
<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>
任何幫助,請