自定义幻灯片以显示工具栏

发布于 2024-10-10 07:15:05 字数 159 浏览 11 评论 0原文

我想做一个自定义工具栏,比如Android手机的滑动解锁。在空闲状态下,用户可以看到页面左下方有一个按钮。然后用户会点击它,向右拖动。当用户到达右端时,工具栏将“锁定”。按钮将位于工具栏上。

我正在考虑使用自定义视图和触摸移动功能,但我不知道如何使视图随着触摸而移动,以及如何实际锁定栏。

i want to do a custom toolbar, something like the slide to unlock of android phones. In idle state, the user can see a button of the bottom left of the page. the user would then tap it, drag towards the right. When the user reaches the right end, the toolbar will then 'lock'. Buttons would be located at the toolbar.

I'm think of using a customview and touchmoved functions, but what I don't know how is how to make the view move with the touch, and how to actually lock the bar.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋风の叶未落 2024-10-17 07:15:05

每次移动手指时,都会调用 touchmoved 函数。在 touchmoved 函数中,您必须重新绘制整个视图或仅为此视图设置一个新框架。这非常简单,因为您已经知道如何检测触摸并对其做出反应。

Everytime you move your finger the touchmoved function is called. In the touchmoved function you have to redraw the whole view or just set a new frame for this view. It pretty simple as you already know how to detect touches and react on them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文