在我的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
所以我的问题是: 为什么它有底部衬垫?并且,如何使用fitsSystemWindows但是使底部填充为零?
我的临时解决方案是: 使用android:paddingTop =&#34; XXdp&#34;而不是android:fitsSystemWindows =&#34; true&#34;
但不优雅。
答案 0 :(得分:0)
我只是搜索百度,找到了一个完美的解决方案。
http://www.th7.cn/Program/Android/201603/780326.shtml
只需将此添加到剧集
android:windowSoftInputMode="adjustPan"