gpt4 book ai didi

android - 低版本 float 操作按钮

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:21:29 25 4
gpt4 key购买 nike

有什么办法可以实现 float 按钮在 4.0 及更高版本的 android 上工作??

我在 google plus 上看到过,但我还没有找到任何教程。仅适用于 android l 预览。 google+ 用什么来实现它?

enter image description here

enter image description here

最佳答案

您现在可以使用 FloatingActionButton来自支持设计库。将此依赖项添加到您的 gradle 构建文件中:

compile 'com.android.support:design:22.2.0'

然后将 FloatingActionButton 添加到布局文件中:

 <android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:layout_margin="@dimen/fab_margin"
android:src="@drawable/ic_done" />

Chris Banes 的示例项目:https://github.com/chrisbanes/cheesesquare .

关于android - 低版本 float 操作按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24605116/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com