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 textview
s 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
Post a Comment