is there a panorama or pivot UI control on android similar to the ones on windows phone 7?

后端 未结 2 2038
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-03 09:38

does anyone know if there is a UI widget out there for android that is like the windows phone 7 panorama or pivot controls? if not, is there any tutorial that would guide me

2条回答
  •  独厮守ぢ
    2021-01-03 09:52

    Not sure I entirely get what you want, but looking at this Pivot really is just tabs: take a look at the Tab Widget tutorial. Panorama is a bit more tedious: you can try embedding the View you want to pan into a HorizontalScroller. If it is wider than the screen it will let you scroll around horizontally. To get vertical panning as well wrap that with a ScrollView.

提交回复
热议问题