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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -