Narabhut
Narabhut

Reputation: 837

Back button in Android like in Gmail app?

In Android ICS and JellyBean, the native Gmail app has a Back button "<" right by the Gmail icon when not in the startscreen/inbox. Is there a way I could integrate this in my app?

Upvotes: 0

Views: 802

Answers (2)

Lazy Ninja
Lazy Ninja

Reputation: 22527

You can use Android Action bar if your target is API Level 11 and higher.
Otherwise I recommend you to use the ActionBarSherlock which is compatible to most of the devices in the market.

Upvotes: 0

Robert Estivill
Robert Estivill

Reputation: 12477

Yes. It's part of the ActionBar component. Take a look at the Navigating up section.

Upvotes: 1

Related Questions