Code_Yoga
Code_Yoga

Reputation: 3268

Android show ActionBar without navigation items

I would like to display the ActionBar alone without any navigation buttons(Home, back,etc) which are present at the bottom of the screen. If I use '@android:style/Theme.NoTitleBar.Fullscreen', then even the ActionBar is not present.

Is there a way to display ONLY the ACTIONBAR without the navigation bar at the bottom?

Upvotes: 1

Views: 47

Answers (1)

joao2fast4u
joao2fast4u

Reputation: 6892

For hiding the Navigation Bar, which is there only since API 14, see this

Upvotes: 2

Related Questions