| Modifier and Type | Method and Description |
|---|---|
String |
getTag() |
TabHost.TabSpec |
setContent(int viewId) |
TabHost.TabSpec |
setContent(Intent intent) |
TabHost.TabSpec |
setContent(TabHost.TabContentFactory contentFactory) |
TabHost.TabSpec |
setIndicator(CharSequence label) |
TabHost.TabSpec |
setIndicator(CharSequence label,
Drawable icon) |
TabHost.TabSpec |
setIndicator(View view) |
public TabHost.TabSpec setIndicator(CharSequence label)
public TabHost.TabSpec setIndicator(CharSequence label, Drawable icon)
public TabHost.TabSpec setIndicator(View view)
public TabHost.TabSpec setContent(int viewId)
public TabHost.TabSpec setContent(TabHost.TabContentFactory contentFactory)
public TabHost.TabSpec setContent(Intent intent)
public String getTag()
Copyright © 2008-2013. All Rights Reserved.