On May 4, 9:45 am, vineeth Desai <vineeth.desa...@gmail.com> wrote:
> Raphael,
>  This already I tried. It didnt work for me. I am trying this for smaple
> game snake in Android SDK. Please let us know the solution. I am blocked
> with other developments.
>
> Warm Regards,
> Sunil
>

There is no way it doesn't work. Just simply put :

<ImageView android:src="@drawable/menu_background"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">
</ImageView>

into your layout .xml, and of course store menu_background file in
drawable dir.
BR,
Rafal

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to