我正在使用Android軟鍵盤和應用自定義主題的鍵。 我用下面的代碼這樣做: @Override
public View onCreateInputView() {
// Set custom theme to input view.
int themeLayout = sharedPreferences.getInt(THEME_KEY, R.layout.input_1
我知道這個問題已被多次詢問。我已經閱讀了他們中的大多數,但仍然沒有找到解決方案。我正在尋找的是一種完全從軟鍵盤刪除建議框的方法。 當選擇密碼字段時,一切都看起來很完美,但如果是選中的電子郵件字段,則建議框總會彈出,我無法停止。 Image highlighting the exact area I'm talking about 我之所以要刪除它,是因爲它移動了我的視圖的大小,因爲我的androi