gridview - Adding Horizontall scrollview to grid view in android -


how add horizontal scroll view grid view. have tried not working. there solution???

<horizontalscrollview xmlns:android="http://schemas.android.com/apk/res/android"  android:layout_width="fill_parent"  android:layout_height="wrap_content" android:paddingbottom="60dp" >  <gridview   android:id="@+id/gridview1" android:layout_width="wrap_content"  android:layout_height="wrap_content" android:columnwidth="90dp" android:numcolumns="8" android:verticalspacing="10dp" android:horizontalspacing="10dp" android:stretchmode="columnwidth" android:gravity="center" android:paddingbottom="60dp" />  </horizontalscrollview>  

just use viewpager hold gridviews enabling horizontal scrolling


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -