如何在Android中滑动activity底部的自定义内容?

How to swipe custom content in bottom of activity in Android?

我想在 Activity 的底部显示一些项目,一共十二个选项,但我只需要同时显示 4 个,其他的通过滑动或滚动显示。我尝试使用 viewpager,但无法将其设置在底部。

我想要这样的东西。

提前致谢...

对不起,如果我迟到了,但你不能只使用 android:layout_gravity="bottom"android:layout_alignParentBottom="true" 吗?