I used the TabHost
component (and TabWidget
) in the way it was suggested to me in this topic: How to add tabs to TabHost from Java code?
But there was another problem. How can I get the correct display of the band below the TabWidget
component? Now I don’t have any band there at all. Although I wrote this code:
tabWidget.setStripEnabled(true); tabWidget.setRightStripDrawable(right_id); tabWidget.setLeftStripDrawable(left_id);