日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

android新材料设计,android - 如何实现新材料BottomAppBar为BottomNavigationView - SO中文参考 - www.soinside.com...

發布時間:2023/12/10 33 豆豆
生活随笔 收集整理的這篇文章主要介紹了 android新材料设计,android - 如何实现新材料BottomAppBar为BottomNavigationView - SO中文参考 - www.soinside.com... 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

解決了

基本上,而不是試圖迫使菜單的資源,我需要的布局,我用這個方法,而不是,我只是把使用“空”元素作為@dglozano建議BottomAppBar內的LinearLayout。

使用?attr/selectableItemBackgroundBorderless我也能做到這一點實在是類似于BottomNavigationView的效果。

android:id="@+id/bar"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_gravity="bottom"

android:gravity="center"

app:layout_anchorGravity="start"

app:hideOnScroll="true"

app:fabAnimationMode="scale"

app:fabAlignmentMode="center"

app:backgroundTint="@color/colorPrimary">

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:weightSum="5"

android:paddingEnd="16dp">

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

app:srcCompat="@drawable/ic_home_white_24dp"

android:background="?attr/selectableItemBackgroundBorderless"

android:tint="@color/secondary_text"/>

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

app:srcCompat="@drawable/ic_map_black_24dp"

android:background="?attr/selectableItemBackgroundBorderless"/>

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

android:background="@android:color/transparent"/>

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

app:srcCompat="@drawable/ic_people_white_24dp"

android:background="?attr/selectableItemBackgroundBorderless"/>

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

app:srcCompat="@drawable/ic_account_circle_24dp"

android:background="?attr/selectableItemBackgroundBorderless"/>

創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎

總結

以上是生活随笔為你收集整理的android新材料设计,android - 如何实现新材料BottomAppBar为BottomNavigationView - SO中文参考 - www.soinside.com...的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。