gpt4 book ai didi

android - float 操作按钮不会出现在 < 5 android 版本的设备上

转载 作者:行者123 更新时间:2023-11-29 15:07:47 25 4
gpt4 key购买 nike

由于某些原因, float 操作按钮不会出现在 < 5 android 版本的设备上。当我使用支持库时,CoordinatorLayout 和 FAB 应该在低于 5 的版本上运行良好。它可以是什么?

<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">

<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">

<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways"
app:titleTextColor="@android:color/white"
/>

</android.support.design.widget.AppBarLayout>

<android.support.design.widget.FloatingActionButton
android:id="@+id/floatingActionButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/default_margin"
android:src="@drawable/ic_add"
app:backgroundTint="@color/red"
app:elevation="@dimen/default_margin"
/>

<FrameLayout
android:id="@+id/frame"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
/>

</android.support.design.widget.CoordinatorLayout>

最佳答案

我认为 FAB 应该是包裹在协调器布局中的最后一个 subview 。

关于android - float 操作按钮不会出现在 < 5 android 版本的设备上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35171821/

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