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 [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
-~----------~----~----~----~------~----~------~--~---