Java android.app ActionBar.Tab fields, constructors, methods, implement or subclass

Example usage for Java android.app ActionBar.Tab fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app ActionBar.Tab.

The text is from its open source code.

Method

voidsetCustomView(View view)
Set the action bar into custom navigation mode, supplying a view for custom navigation.
voidsetCustomView(@LayoutRes int resId)
Set the action bar into custom navigation mode, supplying a view for custom navigation.
voidsetIcon(@DrawableRes int resId)
Set the icon to display in the 'home' section of the action bar.
voidsetIcon(Drawable icon)
Set the icon to display in the 'home' section of the action bar.