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

Posted

技术标签:

【中文标题】如何添加像gmail应用程序android这样的底部圆形图标?【英文标题】:How to add bottom round icon like gmail application android? 【发布时间】:2015-04-21 19:14:47 【问题描述】:

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

【问题讨论】:

相对布局和imageview可以或多或少地保持 【参考方案1】:

访问https://github.com/vinc3m1/RoundedImageView/ 这个图书馆可以帮助你。 当您将库添加到项目时,请像这样编写您的 xml 文件:

<com.makeramen.roundedimageview.RoundedImageView android:id="@+id/imageViewID" android:layout_ android:layout_/>

【讨论】:

如果你想动画,是的。我建议它只是用于圆形图像视图。【参考方案2】:

你必须使用 FloatingActionButton 试试这个。

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

【讨论】:

以上是关于如何添加像gmail应用程序android这样的底部圆形图标?的主要内容,如果未能解决你的问题,请参考以下文章

android如何在像GMail这样的webview中显示PopupMenu

如何在BottomBar布局android中添加中间按钮

如何使用javascript从PNG图像显示动画图像? [ 像 gmail ]

如何使用javascript从PNG图像显示动画图像? [ 像 gmail ]

Fullcalendar 事件侵入周视图的底行

如何像 Gmail 一样检测进入和离开窗口的 HTML5 拖动事件?