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_
        android:layout_
        android:orientation="vertical"
        android:background="@color/white">
        <View
            android:id="@+id/status_bar_view"
            android:layout_
            android:layout_ />
        <FrameLayout
            android:id="@+id/nav_host_container"
            android:layout_
            android:layout_
            android:layout_weight="1" /&g

以上是关于Android之BottomNavigationView实现底部按钮水纹波效果的主要内容,如果未能解决你的问题,请参考以下文章

Android 面试题总结之Android 基础

Android 编译之Android.mk

Android 编译之Android.bp

Android 面试题总结之Android 基础

Android 面试之开源库分析

Android 面试之开源库分析