如何在android app

时间:2015-04-25 12:01:24

标签: java android

我怎么能创造这样的东西?它有任何具体的名称或观点吗?像下面链接中的红色循环图像一样:

enter image description here

2 个答案:

答案 0 :(得分:2)

您可以使用ListView创建该视图,如其中所述:https://developer.android.com/training/material/lists-cards.html

您可以使用椭圆形状创建浮动按钮,其中包含图像并设置一些高程。点击此处了解更多信息How to create a floating action button (FAB) in android, using AppCompat v21?

查看一般Android材料设计指南,以获得对这些ui的一些额外见解。 https://developer.android.com/design/material/index.html

答案 1 :(得分:0)

这对你有用。我制作了一个“虚拟”Gmail用户界面,用于显示材料活动转换。 https://github.com/coyarzun89/FabTransitionActivity