gpt4 book ai didi

android - 底部导航栏 - 系统导航的涟漪效应

转载 作者:行者123 更新时间:2023-12-05 07:06:58 29 4
gpt4 key购买 nike

我需要在系统导航栏(如 gdrive 等)上制作底部导航栏的涟漪效果

我试图使系统导航栏透明,但涟漪效应仍然被裁剪。任何提示我应该设置什么或问题出在哪里?

谢谢

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/activity_calendar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<ListView
android:id="@+id/namesListView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"></ListView>

<FrameLayout
android:id="@+id/flContainer"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintBottom_toTopOf="@+id/navigation"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/navigation"
android:layout_width="0dp"
app:labelVisibilityMode="labeled"
android:layout_height="wrap_content"
android:paddingTop="@dimen/dp10"
android:textAllCaps="true"
style="@style/BottomNavigation"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:menu="@menu/navigation" />
</androidx.constraintlayout.widget.ConstraintLayout>

enter image description here

最佳答案

回复晚了,但你必须display content edge-to-edge in your app .

关于android - 底部导航栏 - 系统导航的涟漪效应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62304299/

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