evgs / BombusLime

Xmpp client for Android devices
http://bombus.im/lime/nightlies
GNU General Public License v2.0
15 stars 1 forks source link

IME: check behavor for android:windowSoftInputMode #79

Closed evgs closed 12 years ago

evgs commented 12 years ago

http://developer.android.com/resources/articles/on-screen-inputs.html

A typical example of this field can be see in the edit contact activity, which ensures it is resized and automatically displays the IME for the user:

    <activity name="EditContactActivity"
        android:windowSoftInputMode="stateVisible|adjustResize">
        ...
    </activity>