4 messages in com.googlegroups.android-beginners[android-beginners] how to set scroll...| From | Sent On | Attachments |
|---|---|---|
| Yatish | 29 May 2008 00:30 | |
| Yatish | 29 May 2008 00:34 | |
| dolan kundu | 29 May 2008 22:48 | |
| dolan kundu | 29 May 2008 22:50 |
| Subject: | [android-beginners] how to set scroll view![]() |
|---|---|
| From: | Yatish (Y.Y....@gmail.com) |
| Date: | 05/29/2008 12:30:15 AM |
| List: | com.googlegroups.android-beginners |
hi all i want to set scroll view in my progame but their was one error that grid view dosent contain unspecified size . here is my code <?xml version="1.0" encoding="utf-8"?>
<AbsoluteLayout android:id ="@+id/layout" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:background="#ff670202"
<GridView android:id ="@+id/griddd" android:layout_width ="fill_parent" android:layout_height= "wrap_content" android:padding ="10dip" android:verticalSpacing="10" android:numColumns ="4" android:columnWidth="30" android:layout_x="0px" android:layout_y="20px" /> <ListView android:id="@+id/android:list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:drawSelectorOnTop="false" android:layout_x="0px" android:layout_y="140px"
/>
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to andr...@googlegroups.com To unsubscribe from this group, send email to andr...@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---




