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.
我正在使用 CursorAdapter 在我的 ListFragment 中显示来自 ContentProvider 的位图。默认情况下,列表是垂直可滚动的。我怎样才能使它水平滚动而不是垂直滚动,例如在横向布局的情况下?
我在这里找到一个可水平滚动的列表http://www.dev-smart.com/?p=34如果这有帮助,请告诉我...