标签:android toolbar adjustresize
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
android:windowSoftInputMode="adjustResize"就可以搞定。
android:fitsSystemWindows="true"
Android 适配toolbar后windowSoftInputMode="adjustResize" 不生效
标签:android toolbar adjustresize
原文地址:http://blog.csdn.net/hlglinglong/article/details/45485769