accentsmil / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

GridView inside a ScrollView #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using photostream [1] in my application. I am facing a problem. I have 
spent hours on that but i am not able to find a solution. I have an xml 
file.

<com.google.android.photostream.GridLayout
    style="@style/PhotoGrid"
    android:id="@+id/grid_photos"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:paddingLeft="10dip"
    android:paddingTop="15dip"
    android:paddingRight="10dip"
    android:paddingBottom="55dip"
    android:orientation="vertical" />
this works fine. But if gridLayout's contents expand beyond the screen size 
i cant see them. I tried to change FrameLayout with ScrollView. But in this 
case the application crashes. Anyone help me out please.

1

Original issue reported on code.google.com by usama%su...@gtempaccount.com on 28 May 2010 at 1:33

GoogleCodeExporter commented 8 years ago
how to implement grid view or linear layout in Gallery>??
please help this newbie

Original comment by r.o.b.i....@gmail.com on 3 Jul 2010 at 9:38