Keyboard not open in Landscape mode in android Emulator -


Emulator Landscape mode keyboard not opened. In my app I have EditText to get the value. When in picture mode, click on the keypad, while switching to Landscape mode (Ctrl + F12) to open the keyboard while clicking on the right edit editor. Can anyone tell me how to open the keyboard in the Android emulator in landscape mode?

This is my manifest file

  & lt; Usage-permission Android: name = "android.permission.INTERNET" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_NETWORK_STATE" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_WIFI_STATE" / & gt; & Lt; Usage-permission Android: name = "android.permission.CALL_PHONE" /> & Lt; Usage-permission Android: name = "android.permission.READ_CONTACTS" /> & Lt; Usage-permission Android: name = "android.permission.WRITE_CONTACTS" /> & Lt; Usage-permission Android: name = "android.permission.CALL_PRIVILEGED" /> & Lt; Usage-permission Android: name = "android.permission.WRITE_SYNC_SETTINGS" /> & Lt; Usage-permission Android: name = "android.permission.SEND_SMS" /> & Lt; Android Android: allowBackup = "true" android: icon = "@draubable / IC_Luncher" Android: label = "@ string / app_name" Android: Theme = "@ Style / Aaptim" & gt; & Lt; Activity Android: name = ". SplashScreen" Android: label = "@ string / app_name" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.MAIN" /> & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; Activity Android: name = ". OptionScreen" android: label = "@ string / app_name" Android: Theme = "@Android: Style / Theme. Black & LT; Intent-Filter & gt; & lt; Action Android: name = "Android.intent.action.MAIN" /> & lt; Category android: name = "android.intent.category.DEFAULT" /> & lt; / intent-filter & gt; & lt; / activity & Gt; & lt; / application & gt;  

Try it out:

Add your & lt; manifest file, activity: :

  Android: imeOptions = "actionback | Flag is an ExtractUI  

Hope it helps.


Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -