Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Components

Fabio Biola edited this page Feb 20, 2015 · 4 revisions

This is a list of library components.

Accounts

A collection of user data.

See more

Sections

A section is a simple element of your navigation drawer list.

See more

Subheaders

A subheader is a divisor line with text that allows you to create groups inside the drawer

Add subheader method
@Override
public void init(Bundle savedInstanceState) {
    this.addSubheader("Subheader title");
}

Separators

A separator (or divisor) is a simple grey line used for diversify group of sections.

Add separator method
@Override
public void init(Bundle savedInstanceState) {
    this.addDivisor();
}

Clone this wiki locally