如何使用XML获取BottomNavigationView的高度?

时间:2019-06-14 05:55:29

标签: android material-design bottomnavigationview

是否有任何方法可以像这样BottomNavigationView一样使用XML属性获取?attr/actionBarSize的高度

<com.google.android.material.bottomnavigation.BottomNavigationView 
    android:layout_width="match_parent"
    android:background="@color/whiteColor"
    android:layout_height="wrap_content"
    android:layout_gravity="bottom"
    app:menu="@menu/bottom_navigation_menu"
    app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior"
    android:id="@+id/bottomNavigationView"/>

0 个答案:

没有答案