Don't want to hide EditText View when on EditText is pressed (After keyboard comeup) in Android?
问题 In Android Application, when I pressed on EditText then it looks like as below : I am using textview above tabbar and following code android:windowSoftInputMode="stateHidden|adjustResize|adjustPan" in manifest file to hide tabs when EditText is pressed.But it also hides text view and button as below : I dont want to hide textview , I just want to hide tabbar. xml file chatroom.xml : <?xml version="1.0" encoding="utf-8"?> <TabHost android:id="@+id/tabHost" android:layout_width="fill_parent"