Android应用程序堆栈就像视图

时间:2017-10-04 06:56:18

标签: android android-layout android-viewpager android-view

大家好,               我希望构建一个像视图一样的应用程序堆栈。如果按手机上的方形按钮(Oppo,三星和像素),您会看到如下图所示的视图。我试图做同样的事情。有谁能告诉我这个观点是什么?这是sdk还是我必须创建这样的自定义视图?请看图片。这是view_pager吗? 我在谈论左右滑动的中心部分。 enter image description here enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:1)

有些库可以让您更轻松地为Recyclerviews制作各种不同的外观。我建议你在谷歌搜索循环回收视图。 这是我的第一个看起来适合您需求的搜索: https://github.com/Azoft/CarouselLayoutManager