翻转文本视图问题
假设我在一个屏幕中的水平 LinearLayout 中设置了 3 个文本视图。我知道我可以在 ViewFlipper 的帮助下翻转文本视图。但是无论如何翻转部分意味着如果我要翻转,那么一个文本视图将消失,而两个文本视图将保留。
只需查看这个链接即可。
suppose i have 3 textviews set in horizontal LinearLayout which is in one screen.I know i can flip textviews with help of ViewFlipper.But is there anyway to flip portion means if i will flip then one textview will be gone and two textviews will remain.
Just see this link.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 ViewFlipper 动画
http://android- pro.blogspot.com/2010/09/using-view-flipper-in-android.html
或者您也可以使用 HorozontalPager
链接 https://github.com/ysamlan/horizontalpager
See this for ViewFlipper animation
http://android-pro.blogspot.com/2010/09/using-view-flipper-in-android.html
or you can use HorozontalPager also
link https://github.com/ysamlan/horizontalpager