4 messages in com.googlegroups.android-beginners[android-beginners] how to set scroll...
FromSent OnAttachments
Yatish29 May 2008 00:30 
Yatish29 May 2008 00:34 
dolan kundu29 May 2008 22:48 
dolan kundu29 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"

/>