我开发了Android应用程序,我想在我的布局中使用路径应用程序上的浮动按钮等扩展浮动按钮。我希望有人可以举例说明如何制作这些东西的代码。谢谢。
答案 0 :(得分:1)
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hellooooo"
app:icon = "@drawable/pass_resource_here"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
</com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton>
答案 1 :(得分:0)
尝试使用此库并使用库中的sam ple项目按照自己的喜好进行修改
答案 2 :(得分:0)
这是一个详细的教程,介绍如何使用动画创建一个好的扩展浮动按钮https://www.learn2crack.com/2015/10/android-floating-action-button-animations.html