java - Horizontal and vertical scrollbar in Android with tablelayout? -


please me if know how add both scrollbar.
first of clear all.
added both scroll bar in tablelayout main problem m using dynamic data filling tablerow. so, if there 1 record horizontal scroll view top after data. want show horizontal in bottom , show vertical.



prashant

use code..

<scrollview android:id="@+id/scrllvwno1" android:layout_width="fill_parent" android:layout_height="fill_parent"> //textview //button </scrollview> </linearlayout>  

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -