PullListView
PullListView copied to clipboard
ActionBar is hiding when keyboard appears
Hi @grumoon
ActionBar is hiding when keyboard appears

how can I keep ActionBar? Thank
Is the issue about this repository ( PullListView )
@grumoon
file main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:plv="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="${relativePackage}.${activityClass}" >
<com.grumoon.pulllistview.PullListView
android:id="@+id/plv_data"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/editText1"
android:dividerHeight="1dp"
plv:addPullHeaderByUser="true" />
<EditText
android:id="@+id/editText1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true" >
</EditText>
</RelativeLayout>
how can I keep ActionBar?