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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -