我想通过底部的按钮来制作这样的视图。我该怎么做?我是材料设计的新手。我试过RecyclerView,但我不知道那个按钮是什么。
答案 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"/>