Android keyboard slides down leaving white space behind screen -


when using fragment keyboard slides down leaving white space behind screen, here screen shot!

when use without list view nothing come when use list view white screen appearing

enter image description here

  <?xml version="1.0" encoding="utf-8"?> <linearlayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/list_parent"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:orientation="vertical" >                              <edittext                         android:id="@+id/abs__search_src_text"                         android:layout_width="0.0dip"                         android:layout_height="36.0dip"                         android:layout_gravity="bottom"                         android:layout_weight="1.0"                         android:background="@null"                         android:contentdescription="@string/contentdescription"                         android:ellipsize="end"                         android:imeoptions="actionsearch"                         android:inputtype="textautocomplete|textnosuggestions"                         android:minwidth="160.0dip"                         android:paddingleft="8.0dip"                         android:paddingright="8.0dip"                         android:singleline="true"                         android:textcolor="@color/white" >                          <requestfocus />                     </edittext> 


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -