国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

android - 在搜索時如何隱藏底部BottomNavigationBar

瀏覽:168日期:2024-08-17 15:44:56

問題描述

當點此搜索時,底部的bottomNavigationBar會出現,我想把它隱藏掉。

protected void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.activity_main);bottomNavigationBar = (BottomNavigationBar) findViewById(R.id.bottom_navigation_bar);//設置隱藏bottomNavigationBar.isAutoHideEnabled();bottomNavigationBar.setAutoHideEnabled(true);bottomNavigationBar.setMode(BottomNavigationBar.MODE_SHIFTING);.....}

<?xml version='1.0' encoding='utf-8'?><LinearLayout xmlns:android='http://schemas.android.com/apk/res/android' xmlns:tools='http://schemas.android.com/tools' android:layout_width='match_parent' android:layout_height='match_parent' android:orientation='vertical' android:clipChildren='false' tools:context='com.example.hp.smartclass.MainActivity'> <FrameLayoutandroid: android:layout_width='match_parent'android:layout_height='match_parent'android:layout_weight='1' /> <com.ashokvarma.bottomnavigation.BottomNavigationBarandroid: android:layout_width='match_parent'android:layout_height='wrap_content'android:layout_gravity='bottom'android:layout_weight='0' /></LinearLayout>

android - 在搜索時如何隱藏底部BottomNavigationBar

問題解答

回答1:

在搜索欄設置監聽事件,當焦點在搜索欄的EditText時,使用bottomNavigationBar.hide()隱藏BottomNavigationBar

回答2:

我猜測題主想隱藏bottomNavigationBar的原因是鍵盤將它頂了上來吧,其實這個是不需要設置bar的隱藏的,在AndroidManifest.xml的對應activity配置中,添加android:windowSoftInputMode='stateHidden | adjustPan'應該就能解決這個問題Android windowSoftInputMode 文檔

相關文章:
主站蜘蛛池模板: 玉树县| 凭祥市| 都兰县| 洛隆县| 民勤县| 油尖旺区| 兴业县| 绥江县| 吴川市| 密云县| 石景山区| 黑山县| 正蓝旗| 札达县| 民权县| 道真| 广州市| 呼图壁县| 思南县| 湘西| 漳州市| 衡南县| 康马县| 秦安县| 宽甸| 曲靖市| 米林县| 祁东县| 忻城县| 瓦房店市| 乐昌市| 酉阳| 庄浪县| 包头市| 庆阳市| 沁水县| 丘北县| 邢台县| 高要市| 麻城市| 临湘市|