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

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

AdjustPan不阻止鍵盤覆蓋EditText

AdjustPan不阻止鍵盤覆蓋EditText

呼啦一陣風(fēng) 2019-12-16 16:16:14
我正在嘗試創(chuàng)建一個(gè)非?;镜牧奶炱聊唬渲械腖istView在底部顯示文本,EditText,并在EditText的右側(cè)顯示“發(fā)送”按鈕。一切正常,但是當(dāng)我單擊EditText時(shí),虛擬鍵盤將其覆蓋。屏幕略微平移,但不足以在鍵盤上方可見。我的清單中有“ adjustPan”標(biāo)簽,也嘗試了“ adjustResize”標(biāo)簽無(wú)濟(jì)于事。我猜想這與我的布局設(shè)置方式有關(guān),但老實(shí)說(shuō)我沒(méi)有任何線索。請(qǐng)幫忙!當(dāng)前布局...<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent"><ListView android:id="@+id/android:list"     android:layout_height="0dip"     android:layout_width="fill_parent"    android:layout_weight="1"    android:stackFromBottom="true"></ListView><LinearLayout android:orientation="horizontal"    android:layout_width="fill_parent"    android:layout_height="wrap_content">    <EditText android:id="@+id/sendMessageBox"        android:focusable="true"        android:layout_width="fill_parent"        android:layout_height="wrap_content"        android:layout_weight="1"        android:scrollbars="vertical"        android:maxLines="4"        android:text=""        android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"        android:maxLength="1000"        android:hint="Type your message..."        android:imeOptions="actionSend"/>    <Button android:id="@+id/sendMessageButton"         android:layout_width="wrap_content"         android:layout_height="wrap_content"        android:layout_gravity="bottom"        android:text="Send"/></LinearLayout>
查看完整描述

3 回答

?
汪汪一只貓

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

經(jīng)過(guò)大量搜索之后,這就是我所說(shuō)的錯(cuò)誤。如果使用全屏標(biāo)記(要從活動(dòng)中刪除狀態(tài)欄),則不將活動(dòng)包裝在ScrollView中就不能使用“ adjustResize”。不幸的是,我正在使用ListView,這會(huì)帶來(lái)另一個(gè)問(wèn)題。我討厭把它弄亂了,可能會(huì)放棄該活動(dòng)的全屏顯示。


查看完整回答
反對(duì) 回復(fù) 2019-12-17
?
郎朗坤

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

如果您android:windowSoftInputMode="adjustResize" 在清單中設(shè)置了活動(dòng),則ScrollView(或其他可折疊的ViewGroup)將縮小以容納軟鍵盤。但是,如果您android:windowFullscreen="true"在活動(dòng)的主題中進(jìn)行設(shè)置,則ScrollView不會(huì)縮小,因?yàn)樗黄忍顫M整個(gè)屏幕。但是,android:fitsSystemWindows="false"在主題中設(shè)置也會(huì)導(dǎo)致AdjustResize不起作用


查看完整回答
反對(duì) 回復(fù) 2019-12-17
  • 3 回答
  • 0 關(guān)注
  • 380 瀏覽

添加回答

舉報(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)