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

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

鍵盤打開時調(diào)整布局大小

鍵盤打開時調(diào)整布局大小

慕妹3242003 2021-12-10 14:55:44
我想在軟鍵盤打開時調(diào)整我的活動布局。我試著把它放在清單中:android:windowSoftInputMode="adjustResize"但它不起作用。這是我的 xml 布局:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:fitsSystemWindows="true"    tools:context=".ui.SettingsActivity">    <!-- BODY -->    <ScrollView        android:id="@+id/scrollViewBody"        android:layout_width="match_parent"        android:layout_height="match_parent">        <LinearLayout            android:layout_width="match_parent"            android:layout_height="wrap_content"            android:orientation="vertical">            <!-- my list -->        </LinearLayout>    </ScrollView>    <!-- TOOLBAR -->    <include layout="@layout/toolbar" />鍵盤打開時布局不會調(diào)整大小...請幫幫我
查看完整描述

1 回答

?
飲歌長嘯

TA貢獻1951條經(jīng)驗 獲得超3個贊

文檔

"adjustResize" 活動的主窗口總是調(diào)整大小,為屏幕上的軟鍵盤騰出空間。

"adjustPan" 活動的主窗口不會調(diào)整大小來為軟鍵盤騰出空間。相反,窗口的內(nèi)容會自動平移,因此當(dāng)前焦點永遠不會被鍵盤遮擋,用戶始終可以看到他們正在鍵入的內(nèi)容。這通常不如調(diào)整大小理想,因為用戶可能需要關(guān)閉軟鍵盤才能進入窗口的模糊部分并與之交互。

我相信你想要的是adjustPan。


查看完整回答
反對 回復(fù) 2021-12-10
  • 1 回答
  • 0 關(guān)注
  • 154 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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