Reputation: 451
I was wondering how to create a navigation bar like the one at the top of the screen that moves when "flicked" or scrolled.
Upvotes: 1
Views: 513
Reputation: 1007399
Use a HorizontalScrollView
, wrapped around a LinearLayout
of Buttons or ImageButtons
.
Upvotes: 1