开发者

Android keyboard obscures EditText

开发者 https://www.devze.com 2022-12-14 19:24 出处:网络
In my application, when I click on an EditText view, the virtual keyboard obscure开发者_StackOverflows the view, so I can\'t see my edits. How can I resolve this programatically?I recommend this artic

In my application, when I click on an EditText view, the virtual keyboard obscure开发者_StackOverflows the view, so I can't see my edits. How can I resolve this programatically?


I recommend this article that covers the various modes for how the IME and the underlying activity interact from a UI layering perspective. Without knowing more about your application, it is impossible to state whether you want resizing or "pan and scan" modes.


Oh, It happens to me, But I solve it

    <activity
        ...............
        android:windowSoftInputMode="stateVisible|adjustPan">
    </activity>
0

精彩评论

暂无评论...
验证码 换一张
取 消