Java android.support.v4.app SystemBarTintManager fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app SystemBarTintManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app SystemBarTintManager.

The text is from its open source code.

Constructor

Method

SystemBarConfiggetConfig()
Get the system bar configuration.
voidsetNavigationBarTintColor(int color)
Apply the specified color tint to the system navigation bar.
voidsetNavigationBarTintEnabled(boolean enabled)
Enable tinting of the system navigation bar.
voidsetStatusBarTintColor(int color)
Apply the specified color tint to the system status bar.
voidsetStatusBarTintEnabled(boolean enabled)
Enable tinting of the system status bar.
voidsetStatusBarTintResource(int res)
Apply the specified drawable or color resource to the system status bar.