Example usage for android.app ActionBar setCustomView

List of usage examples for android.app ActionBar setCustomView

Introduction

In this page you can find the example usage for android.app ActionBar setCustomView.

Prototype

public abstract void setCustomView(@LayoutRes int resId);

Source Link

Document

Set the action bar into custom navigation mode, supplying a view for custom navigation.

Usage