在fitsSystemWindows中,工具栏中的searchView有一个paddingBottom

时间:2017-04-02 16:48:32

标签: android android-layout searchview

在我的style.xml中:

    <android.support.v7.widget.Toolbar
    android:id="@+id/toolbar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:fitsSystemWindows="true"
    app:layout_scrollFlags="scroll|enterAlways"
    app:popupTheme="@style/AppTheme.PopupOverlay">

在我的toolbar.xml中:

{{1}}

当我输入内容时,它看起来像: enter image description here

enter image description here

所以我的问题是: 为什么它有底部衬垫?并且,如何使用fitsSystemWindows但是使底部填充为零?

我的临时解决方案是: 使用android:paddingTop =&#34; XXdp&#34;而不是android:fitsSystemWindows =&#34; true&#34;

但不优雅。

1 个答案:

答案 0 :(得分:0)

我只是搜索百度,找到了一个完美的解决方案。

http://www.th7.cn/Program/Android/201603/780326.shtml

只需将此添加到剧集

android:windowSoftInputMode="adjustPan"