Android 表格 UI 元素
这是更面向设计的,但我试图弄清楚是否有一个 UI 元素可以用于此目的,或者它是否是他们使用的图形图像。
http://s2.postimage.org/8wpons46m/whmcs.png
我正在查看主体区域,其中显示由线条分隔的圆形容器。我刚刚开始开发我的第一个 Android 应用程序,但还没有找到任何类似的东西。
谢谢!
This is more design oriented but I am trying to figure out if there is a UI element I could use for this or if it is a graphical image they used.
http://s2.postimage.org/8wpons46m/whmcs.png
I am looking at the body area where it shows the rounded containers seperated out by lines. I just started working on my first Android app but haven't been able to find anything that looks like that.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来像一个以形状为背景的列表视图:
可绘制的代码可能有点像:
This looks like a list view with a shape as backgound :
And the code for the drawable can be somewhat like: