Scrolling Navigation Bar Help Android
I was wondering how to create a navigation bar like开发者_开发知识库 the one at the top of the screen that moves when "flicked" or scrolled.
Use a HorizontalScrollView
, wrapped around a LinearLayout
of Buttons or ImageButtons
.
精彩评论