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.
如何将 FrameLayout 添加到 ListView?
我确实喜欢这个..
<ListView android:id="@+id/list" android:layout_width="fill_parent" android:background="@drawable/outline" android:layout_height="222dip"> </ListView>
....它工作正常。
据我所知,您无法将框架布局添加到列表视图中。但是您可以自定义列表视图中使用的选择器和分隔器。