100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > android 固定底部导航 如何设置android底部导航栏位置固定在android

android 固定底部导航 如何设置android底部导航栏位置固定在android

时间:2023-11-29 23:20:05

相关推荐

android 固定底部导航 如何设置android底部导航栏位置固定在android

请帮我设置底部导航栏位置固定在底部, ,因为我在输入editText字段时遇到问题,底部导航栏向上移动并覆盖其他领域如何设置android底部导航栏位置固定在android

代码:

xmlns:android="/apk/res/android"

xmlns:app="/apk/res-auto"

xmlns:tools="/tools"

android:layout_width="match_parent"

android:layout_height="match_parent">

android:id="@+id/bottom_navigation"

android:background="#FF6936C3"

android:layout_alignParentBottom="true"

android:layout_width="match_parent"

android:layout_height="48dp"

android:layout_gravity="start"

app:itemIconTint="@android:color/white"

app:itemTextColor="@android:color/white"

app:menu="@menu/bottom_nav_items" />

+0

/bottomnavigationview/ –

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。