Android之BottomNavigationView实现底部按钮水纹波效果
生活随笔
收集整理的這篇文章主要介紹了
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"><Viewandroid:id="@+id/status_bar_view"android:layout_width="match_parent"android:layout_height="25dp" /><FrameLayoutandroid:id="@+id/nav_host_container"android:layout_width="match_parent"android:layout_height="0dp"android:layout_weight="1" /&g總結
以上是生活随笔為你收集整理的Android之BottomNavigationView实现底部按钮水纹波效果的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 史上最全的Visual Studio C
- 下一篇: Android之BaseQuickAda