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

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

【问题讨论】:

  • 相对布局和imageview可以或多或少地保持

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


【解决方案1】:

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

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

【讨论】:

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

你必须使用 FloatingActionButton 试试这个。

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-10
    • 2015-01-29
    • 2021-10-16
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多