android - How to set keyboard always display on screen? -
i'm trying create page in android, keyboard display, when user pressing button (in case app go lastly page). example: page facebook did when writing post in there app.
thanks!
add android:windowsoftinputmode="statealwaysvisible" activity in androidmanifest.xml file:
<activity android:name=".mainactivity" android:label="@string/app_name" android:windowsoftinputmode="statealwaysvisible" /> android eclipse keyboard
No comments:
Post a Comment