Android之BottomNavigationView实现底部按钮水温波效果
Posted chen.yu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android之BottomNavigationView实现底部按钮水温波效果相关的知识,希望对你有一定的参考价值。
1、主要用法
<?xml version="1.0" encoding="utf-8"?>
<layout >
<data>
</data>
<LinearLayout 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:orientation="vertical"
android:background="@color/white">
<View
android:id="@+id/status_bar_view"
android:layout_width="match_parent"
android:layout_height="25dp" />
<FrameLayout
android:id="@+id/nav_host_container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" /&g
以上是关于Android之BottomNavigationView实现底部按钮水温波效果的主要内容,如果未能解决你的问题,请参考以下文章