In my TabHost activity, I want to show an ImageView below the selected tab (the ImageView overlaps the tab content). What would be the best solution to do this? I was thinking that creating a custom tab widget that can overlap the child activity layout may 开发者_C百科be a solution.
Thank you in advance!
please checl my article on android tabs
http://android-pro.blogspot.com/2010/08/tabbed-applications-in-android.html
Have you tried padding, or setting the margin_layout attribute for the ImageView?
精彩评论