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.
我从这里得到了 launcher2 代码。它工作正常,但当应用程序数量多于适合一个屏幕的数量时,allapps 屏幕会垂直滚动。但是 ICS 源代码中存在的 launcher2 代码具有水平滚动的所有应用程序屏幕。我想编辑哪些文件才能获得这种效果。
提前谢谢你
您只需要一个 ViewPager。您可以参考官方文档http://developer.android.com/reference/android/support/v4/view/ViewPager.html