hi,

   I use the below code


<FrameLayout

id="@+id/datepicker"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:layout_x="100.0sp"

android:layout_y="240.0sp"

>

<DatePicker id="@+id/trans_date"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_x="100.0sp"

android:layout_y="210.0sp"

/>



</FrameLayout>



I got the below error.



"You must  supply a layout_width attribute"

What is the reason for the above error?



Thanks

judy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to