android - How to align header with its underlying data? -


i have implemented list view static header (the header not scrolling listview), using "linearlayout + listview" approach. in general, list view works table, header linearlayout , table body listview. can insert new column , corresponding data list view. reason implement way need let user share data throught context menu of listview. both header name , data has various length, how align header name underlying data?

any thought appreciated.

check link.. article in blog..hope can you.. http://cap-cay.blogspot.com/2011/09/android-programming-listview.html


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -