Notice: 函数 WP_Scripts::localize 的调用方法不正确$l10n 参数必须是一个数组。若要将任意数据传递给脚本,请改用 wp_add_inline_script() 函数。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 5.7.0 版本添加的。) in /data/www/appblog/wp-includes/functions.php on line 6131

Android ScrollView中软键盘顶上整个布局

在AndroidMainifest的Activity中设置

android:windowSoftInputMode="adjustResize|stateHidden"。

同时,ScrollView中不要设置scrollbars="none",如果设置了scrollbars="none"布局还是会顶上去。

上一篇 Android设置EditText光标位置、粗细颜色
下一篇 Android问题:You need to use a Theme.AppCompat theme (or descendant) with this activity