选项卡 Activity 背景固定(不可移动)

Tabbed Activity background fixed (not movable)

我有一个选项卡式活动。我用 xml 创建了 3 个片段。我想为所有片段设置一个固定的背景。现在,我在每个 xml 中设置了一个背景,当我从一个片段滑动到另一个片段时,显然背景会发生变化。

我该怎么办?

谢谢 对不起我的英语

我建议为 activity 设置背景,并为片段设置透明背景:

android:background="@android:color/transparent"

另外this stack flow question可能对你有帮助。