Problem To Display Dynamic Rows In Table Layout : Android
I want to show data in table layout. Number of data is dynamic, so I need to implement dynamic rows in table. For this purpose I want to show 4 TextView in a single row. Problem Cu
Solution 1:
Set padding left 5dp for every textveiw widget like android:paddingLeft="5dp"
Post a Comment for "Problem To Display Dynamic Rows In Table Layout : Android"