Hi all, I want to set background image for android application, now i can set it for layout like this:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/bgimage"> ... ... ... </LinearLayout> but, it's only for single layout. does anyone found can set it easily, for affecting all layout? second, what's the standard size of the background image? and where can i download some free background image? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

