android layout - i am using staggardGridView inside a scrollview with an image on top -


i using staggardgridview inside scrollview image on top . want scroll image , list together. `

        <framelayout             android:id="@+id/lighthouseframelayout"             android:layout_width="match_parent"             android:layout_height="match_parent">             <imageview                 android:id="@+id/lighthouseimage"                 android:layout_width="match_parent"                 android:layout_height="wrap_content"                 android:adjustviewbounds="true"                 />         </framelayout>         <com.origamilabs.library.views.staggeredgridview             android:id="@+id/staggeredgridview2"             staggered:numcolumns="2"             android:layout_below="@id/lighthouseframelayout"             staggered:drawselectorontop="true"             android:layout_width="match_parent"             android:layout_height="wrap_content" />      </relativelayout> 

`

first of if using list view ever may grid or simple list. no need of scroll view. because in list view automatically scrolls. coming image list first add scrol view , in scroll view add image , list view. hva eyou tried that!! please have on this! project. if helps please cast vote.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -