如何添加像gmail应用程序android这样的底部圆形图标?

时间:2015-02-20 07:06:13

标签: android android-5.0-lollipop material-design

enter image description here

我想通过底部的按钮来制作这样的视图。我该怎么做?我是材料设计的新手。我试过RecyclerView,但我不知道那个按钮是什么。

2 个答案:

答案 0 :(得分:2)

你必须使用FloatingActionButton试试这个。

http://developer.android.com/samples/FloatingActionButtonBasic/index.html

答案 1 :(得分:0)

访问https://github.com/vinc3m1/RoundedImageView/
这个图书馆可以帮到你。 将库添加到项目时,请编写xml文件,如下所示:

<com.makeramen.roundedimageview.RoundedImageView android:id="@+id/imageViewID" android:layout_width="40dp" android:layout_height="40dp"/>

相关问题