标签:pos 自定义 效果 网上 5.0 重写 nta move out
效果:
自己做了一个依赖:根目录build.gradle中
allprojects { repositories { ... maven { url ‘https://jitpack.io‘ } } }
在build.gradle中添加
dependencies { implementation ‘com.github.hahage001:LZTmusketeer:v1.0.0‘ }
添加依赖的地址和本文的有所不同。(mus.cn.suspendbutton.DragFloatActionButton)
<mus.cn.suspendbutton.DragFloatActionButton android:layout_width="200px" android:layout_height="200px" android:src="@mipmap/ic_launcher" app:backgroundTint="#253aac" app:rippleColor="#33728dff" app:elevation="6dp" app:pressedTranslationZ="12dp" android:clickable="true" android:focusable="true" />
标签:pos 自定义 效果 网上 5.0 重写 nta move out
原文地址:https://www.cnblogs.com/cmusketeer/p/9249982.html