第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

我的 ToolBar 和 SearchView 有問(wèn)題

我的 ToolBar 和 SearchView 有問(wèn)題

大話西游666 2023-08-09 15:35:57
我正在開(kāi)發(fā) Android 應(yīng)用程序并在 androidx 的幫助下進(jìn)行設(shè)計(jì)。我將 SearchView 放入工具欄中,我希望通過(guò)單擊工具欄上的任意點(diǎn),searchView 將激活(目前,只能通過(guò)單擊它激活的搜索欄圖標(biāo)。這是我在 Activity_main XML 文件中的代碼我希望通過(guò)單擊任何工具欄點(diǎn)、SearchView 來(lái)激活并讓用戶輸入文本<androidx.appcompat.widget.Toolbar? ? ? ? android:id="@+id/tool_bar_id"? ? ? ? android:layout_width="match_parent"? ? ? ? android:layout_height="45dp"? ? ? ? android:layout_margin="20dp"? ? ? ? android:layout_marginTop="40dp"? ? ? ? android:background="@drawable/circle"? ? ? ? android:elevation="5dp"? ? ? ? app:layout_constraintCircleRadius="100dp"? ? ? ? app:layout_constraintTop_toTopOf="parent">? ? ? ? <androidx.appcompat.widget.SearchView? ? ? ? ? ? android:id="@+id/search_id"? ? ? ? ? ? android:layout_width="wrap_content"? ? ? ? ? ? android:layout_height="wrap_content"? ? ? ? ? ? android:layout_margin="5dp" />? ? </androidx.appcompat.widget.Toolbar>
查看完整描述

1 回答

?
翻閱古今

TA貢獻(xiàn)1780條經(jīng)驗(yàn) 獲得超5個(gè)贊

您可以通過(guò)代碼來(lái)完成,將 clicklistener 添加到工具欄


Toolbar toolbar=findViewById(R.id.tool_bar_id);

        SearchView searchView=findViewById(R.id.search_id);

        toolbar.setOnClickListener(v -> {

            searchView.setIconified(false);


        });


查看完整回答
反對(duì) 回復(fù) 2023-08-09
  • 1 回答
  • 0 關(guān)注
  • 116 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)