Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为 HorizontalListView 设置淡入淡出边缘。我目前正在使用此代码
HorizontalListView hlv = new HorizontalListView(contxt, null); hlv.setHorizontalFadingEdgeEnabled(true);
但这不起作用。谁能告诉我如何解决这个问题?
无效可能会解决您的问题尝试 hlv.invalidate();