键盘弹出而非自定义工具栏时按ListView

时间:2017-06-15 05:32:00

标签: android listview android-edittext

wrong header

从上图可以看出,我面临的问题和我想要达到的目标是什么。我使用自定义工具栏作为相对布局,并命名为customToolbar和内容,如

<RelativeLayout
layout_height="?android:attr/actionBarSize"
layout_width="match_parent">

<SomeViews
...
...
/>
</RelativeLayout>

我有另一种布局

    <FrameLayout
    height=match_parent
    width=match_parent
    />
     <inclue layout="@layout/customToolbar"/>

     <ListView
      layout_width="match_parent"
      layout_height="wrap_content"
      ........
    ......../>


<RelativeLayout
height="wrap_content"
width="match_parent"/>
<EditText
..../>
</FrameLayout>

所以这是我在我的应用程序中写的粗略代码。我希望在上面的图像中实现如图3所示。所有聊天应用程序如Messenger,Viber,什么应用程序如何?当键盘弹出时,他们只是推送listView ..这就是我想要实现的...谢谢任何帮助将不胜感激。

0 个答案:

没有答案