I have main.xml file where is my background file:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:background="@drawable/backgroundfile"
In another activity xml file there is the same "backgroundfile".
I'd like to know if there is possibility to define one background file to all activities. I am going to create new activity where user will choose background for the whole app. Is it possible? Can you give me some clues?
Thank you for help. Excuse me for language mistakes.