如何为日视图、周视图日历创建布局?

发布于 2024-10-08 05:52:15 字数 163 浏览 0 评论 0原文

我想创建这样的布局: dayview

任何人都可以告诉我应该使用哪种布局像这样制作日视图日历。我将使用绝对布局来处理重叠小部件,但不建议这样做。

I want to create layout like this: dayview

dose anyone can tell me which layout should i used to make day view calendar like that. I'm going to using absolute layout to process with overlap widget but it's not recommended.

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

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

发布评论

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

评论(1

霞映澄塘 2024-10-15 05:52:15

尝试使用 GridView,或者 TableLayout。

要获得边框,请尝试以下技巧:
带有分隔符的 Android GridView

目前尚不完全清楚您在重新创建屏幕的哪一部分时遇到问题,但我我认为这只是中间有网格的部分。

BR,
瓦尼亚

Try using a GridView, or maybe a TableLayout.

To get the borders try this trick:
Android GridView with Separator

It's not completely clear which part of the screen you have problems recreating, but I figured it was only the part in the middle with the grid.

BR,
Vanja

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