1

I have a Tabbed Activit. I created 3 fragments with relative xml. I want to set a fixed background for all fragments. Now I set a background in each xml and obviously tha background change when i swipe from a fragment to other fragment.

How can I do?

Thanks Sorry for my english

1 Answers1

0

I'd suggest to set a background for the activity, and set transparent background for the fragments:

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

Also this stack flow question might help you.

Community
  • 1
  • 1
abbath
  • 2,444
  • 4
  • 28
  • 40