标签: android android-layout
我有这个问题:当我点击一个按钮时,我用smoothScrollToPosition(index)选择ListView中的下一个项目。
smoothScrollToPosition(index)
但我有这个结果:
我尝试在此模式下设置父项一侧的项目宽度:
convertView.setMinimumWidth(((FrameLayout)parent.getParent().getParent()).getMeasuredWidth());
但问题仍然存在......
提前致谢