April 6th, 2010, 03:42 AM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Feb 2010
Location: Taiwan
Posts: 1
Device(s): HTC Hero
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
Calender view ( 30days view puregrid ) how to ?
Hi ,
I am trying to add a Month view calender as the front page of my app , I used the code below but it always shows a rotary date-picker ,
<DatePicker
android:id="@+id/widget28"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</DatePicker>
could some one help me with the code for a Puregrid 30days Calender
what I want to get :
http://picasaweb.google.com/ruwanindika/AndroidDatepicker#5456941108993359666
what I get now:
http://picasaweb.google.com/ruwanindika/AndroidDatepicker#5456941112569572354
thank you
|
|
|
Last edited by ruwanindika; April 6th, 2010 at 04:08 AM.
|
|