我的应用程序出了问题。 在循环中,我动态创建一个ExpandableListView。现在我想让我的屏幕可滚动。 但是当我在我的布局上放置Scrollview时,屏幕将无法滚动,可扩展列表视图非常小。我该如何解决这个问题?
不,我必须使用ExpandableListViews滚动屏幕。
当我有更多的客户或我打开手机时,屏幕将变小,所以我必须滚动,但它不会工作。 谢谢Mark
我的屏幕如下:
+-------------------------------------+
| |
| Customer 1: |
| +-------------------------------+ |
| | + |
| | ExpandableListView 1 + |
| | + |
| +-------------------------------+ |
| |
| |
| Customer 2: |
| +-------------------------------+ |
| | + |
| | ExpandableListView 2 + |
| | + |
| +-------------------------------+ |
| |
| |
| Customer 3: |
| +-------------------------------+ |
| | + |
| | ExpandableListView 3 + |
| | + |
| +-------------------------------+ |
| |
| |
| |
+-------------------------------------+
答案 0 :(得分:0)
我不能说没有看到代码,但听起来你的列表项视图足够小,不需要滚动浏览。 FWIW您不需要ListView
或ExpandableListView
的滚动视图,因为它们都会自行滚动。