在manifest的activity節(jié)點使用
<activity android:windowSoftInputMode="adjustResize" . . . >
當(dāng)點擊EditText控件彈出軟鍵盤的時候,系統(tǒng)會自動調(diào)整控件的位置。
代碼
http://github.com/shaobin0604/miscandroidapps/tree/master/WindowSoftInputMode/
參考
|
在manifest的activity節(jié)點使用
<activity android:windowSoftInputMode="adjustResize" . . . >
當(dāng)點擊EditText控件彈出軟鍵盤的時候,系統(tǒng)會自動調(diào)整控件的位置。
代碼
http://github.com/shaobin0604/miscandroidapps/tree/master/WindowSoftInputMode/
參考