scroll - Android Horizontal scrollview with [10][10] -



scroll - Android Horizontal scrollview with [10][10] -

i looking android horizontal scrollview of [10][10]array means 10 textviews should display vertically , each respective vertical textview there 9 more textviews in horizontal scrollview .. not able create grid of [10][10] horizontal , vertical scorllview

you can utilize layout job

<scrollview> <horizontalscrollview> <tablelayout> <!-- add together 10 rows --> <tablerow> <!-- add together 10 textview columns --> <textview /> </tablerow> </tablelayout> </horizontalscrollview> </scrollview>

android scroll horizontal-scrolling android-4.4-kitkat horizontalscrollview

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -