xml 浮动动作按钮背景和波纹效果。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 浮动动作按钮背景和波纹效果。相关的知识,希望对你有一定的参考价值。

<android.support.design.widget.FloatingActionButton
    android:id="@+id/fab"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="bottom|end"
    android:layout_margin="@dimen/fab_margin"
    android:clickable="true"
    app:backgroundTint="@color/green"
    app:rippleColor="@color/green_light"
    app:srcCompat="@drawable/ic_pencil"/>

以上是关于xml 浮动动作按钮背景和波纹效果。的主要内容,如果未能解决你的问题,请参考以下文章

用于 Pre-Lollipop 设备的具有弯曲背景的 Android Ripple 按钮

xml 浮动动作按钮

ImageView 覆盖了覆盖按钮的波纹效果

Android 按钮实现按压水波纹效果

imageview 上的波纹效果

Qt浮动按钮的实现(使用窗口背景透明实现只显示浮动按钮的目的)