我使用编辑文本制作了自定义列表视图,每个listview项都有一个编辑文本,当我点击listview项目的编辑文本然后列表视图不向上滚动时,整个活动向上滚动
我在我的清单中使用了adjustResize
但没有工作
<activity android:name=".CreateChallan" android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateVisible|adjustResize" />
请建议我如何解决这个问题
提前致谢