安卓有滑块视图吗?
你好,我想知道 android 是否有响应用户幻灯片的视图。
如果你想确切地知道我的意思,银河选项卡中有一个用于解锁手机并在屏幕底部静音/激活声音。
看起来就像iPhone的滑动解锁功能。
预先感谢您的帮助!
Hi i was wondering if android has view that responds to user slides.
If you want to know exactly what i mean there is one in the galaxy tab for unlocking the phone and muting/activating sound on the bottom of the screen.
Seems like the iPhone slide to unlock feature.
Thanks in advance I appreciate the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
GestureOverlayView 可能会对您有所帮助。
另请参阅:
http://developer.android.com/design/patterns/gestures.html< /a>
http://www.vogella.com/tutorials/AndroidGestures/article.html
GestureOverlayView might help you.
See also:
http://developer.android.com/design/patterns/gestures.html
http://www.vogella.com/tutorials/AndroidGestures/article.html
所有视图都可以响应“用户幻灯片”。在 Android 中,这是一种称为 fling 或 swipe 的手势。您可以参阅本教程示例实现。
基本上:
All the views can respond to "user slides". In Android, this is a gesture called fling or swipe. You can see this tutorial for a sample implementation.
Basically: