0

I used the following code to set background for an activity:

android:background="@drawable/background"

It works but I have a small problem, the image isn't supposed to be strecthed through the whole screen, I want the image to be somewhere specific on the screen. How do I do it?

1 Answers1

0

To fix the image any where of your page you should use root layout as Relative layout. Because it might have lot of user friendly attributes like align center inparent, bottom of page align left and below and above properties So please try with that.

itsrajesh4uguys
  • 4,610
  • 3
  • 20
  • 31