标签: android android-layout android-actionbar android-custom-view custom-view
我有一个包含操作栏的布局和包含一些edittexts的scrollview。当我单击edittext时,会出现键盘并垂直缩放操作栏。如何才能使动作栏不缩放。我在manifest中添加了:android:windowSoftInputMode =" adjustResize"。我只想调整scrollview的大小。我不会使用" adjustPan"因为我的布局会向上推。谢谢你的帮助。
item_importance