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
Original issue reported on code.google.com by
usama%su...@gtempaccount.com
on 28 May 2010 at 1:33