作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
它是否能够将 View 放在左侧,但不在屏幕上?
我想显示三个 View (图像)但只有第二个适合屏幕,例如:
+---------------------+
| Screen |
+-------+ +-------+ +-------+
| | | | | |
| image | | image | | image |
| | | | | |
+-------+ +-------+ +-------+
| |
+---------------------+
我想开始以这种形式出现。
最佳答案
您可以使用多种方法:
图库
(http://developer.android.com/resources/tutorials/views/hello-gallery.html)HorizontalScrollView
(http://developer.android.com/reference/android/widget/HorizontalScrollView.html)ViewPager
(http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html)现在的选择取决于您希望在您的应用中执行的具体操作。
希望对您有所帮助!如果您需要更具体的东西,请拍摄!
关于android - 如何将 View 置于屏幕外?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8354604/
我是一名优秀的程序员,十分优秀!