Android的:在垂直滚动视图水平列表视图?视图、水平、列表、Android

2023-09-06 00:26:42 作者:给你个机会说想我

我要做出同样的实施pulse应用。

垂直列表视图中水平列表视图。

Horizontal list view inside a vertical list view.

我想这项目水平列表视图,但是当我试图滚动水平垂直滚动活跃而列表是上升和下降。 我怎么能prevent这个问题。

i tried this project for horizontal list view, but when i am trying to scroll horizontal the vertical scroll active and the list is goes up and down. how can i prevent this issues.

推荐答案

如果您粘贴一张code你的问题,让看到它为什么不顺心它会容易得多。没有这些信息,我最好的猜测是检查 FILL_PARENT 你使用VS WRAP_CONTENT

It would be much easier if you paste your piece of code with your question, allowing to see why it goes wrong. My best guess without this information is to check you usage of fill_parent vs wrap_content.