Example usage for Java android.app ActionBar.Tab fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setCustomView(View view) Set the action bar into custom navigation mode, supplying a view for custom navigation. |
void | setCustomView(@LayoutRes int resId) Set the action bar into custom navigation mode, supplying a view for custom navigation. |
void | setIcon(@DrawableRes int resId) Set the icon to display in the 'home' section of the action bar. |
void | setIcon(Drawable icon) Set the icon to display in the 'home' section of the action bar. |