PullListView icon indicating copy to clipboard operation
PullListView copied to clipboard

ActionBar is hiding when keyboard appears

Open sonlv-enguys opened this issue 10 years ago • 2 comments

Hi @grumoon

ActionBar is hiding when keyboard appears device-2015-03-18-143712 device-2015-03-18-143746

how can I keep ActionBar? Thank

sonlv-enguys avatar Mar 18 '15 08:03 sonlv-enguys

Is the issue about this repository ( PullListView )

grumoon avatar Mar 18 '15 09:03 grumoon

@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?

sonlv-enguys avatar Mar 18 '15 09:03 sonlv-enguys