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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -