¡@

Home 

2014/10/16 ¤W¤È 08:19:54

android Programming Glossary: mytabstyle

Custom style for Android's TabWidget

http://stackoverflow.com/questions/4127446/custom-style-for-androids-tabwidget

Tab 2 .setContent new Intent this Tab2.class tabHost.setCurrentTab 0 This is my tab.xml. Notice that I have specified MyTabStyle as style for TabWidget xml version 1.0 encoding utf 8 TabHost xmlns android http schemas.android.com apk res android android.. vertical android layout_width fill_parent android layout_height fill_parent android padding 5dp TabWidget style @style MyTabStyle android id @android id tabs android layout_width fill_parent android layout_height wrap_content FrameLayout android id @android.. fill_parent android layout_height fill_parent android padding 5dp LinearLayout TabHost And this is my definition of MyTabStyle which I have defined in res values styles.xml style name MyTabStyle parent @android style TextAppearance.Widget.TabWidget..