标签: android xml
我正在尝试创建一个XML模板,例如Google Play,它实现了listview和滚动视图的使用,如下所示
<custom scrollview> <imageview> <textview> <static listview> //list of comment <custom scrollview>
该页面是可滚动的,但是当用户触摸列表视图区域时,该页面将变为不可滚动,是否有办法使整个页面可以使用静态列表视图滚动?