您将如何制作这种不那么常见的 Android UI 模式?

发布于 2024-12-12 14:18:30 字数 350 浏览 0 评论 0原文

我最近使用了一个 Android 应用程序,其中有一个有趣的 UI 模式。我制作了两个屏幕截图来向您展示我在说什么:

初始状态(查看屏幕右侧的蓝色矩形):

在此处输入图像描述

单击该蓝色矩形后,它会平滑地向左滑动,从而出现以下屏幕:

在此处输入图像描述

我的问题很简单,您认为这可以如何实现?另外,这个图案叫什么名字?滑动窗格?

I have used an Android application recently that has an interesting UI pattern in it. I have made two screenshots to show you what I'm talking about:

Initial State (look at the blue rectangle on the right of the screen):

enter image description here

After clicking on that blue rectangle, it slides smoothly to the left, which results in the following screen:

enter image description here

My question is simple, how do you think this could be achieved? Also, what's the name of this pattern? A sliding pane?

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

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

发布评论

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

评论(1

日久见人心 2024-12-19 14:18:30

这在 Android 词汇中称为滑动抽屉。
您可以发现它是一个 ui 组件。
为了获得相同的结果,您实际上需要将默认句柄更改为蓝色句柄(来自先验的图像)。

有关该主题的一些链接:

This is called sliding drawer in the android vocabulary.
You can find is as an ui component.
To obtain the same result you would actually need to change the default handle to a blue one (from an image a priori).

Some links on the topic:

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