Search code examples
androidandroid-layoutscaletype

How to adjust Layout backgroud image to centerInside?


When assigning an image as a background to a Layout(Linear || Relative) it stretched all over the Layout, but I want to make that background image to be centered inside the Layout as in the ImageButtons :

android:scaleType="centerInside"

Is there's a way to achieve that in Linear or Relative Layouts?


Solution

  • You should try the....

    1.) take the RelativeLayout propery matchParent both. and centerInparent=true

    2.) take one ImageView inside it Property WrapContent. now take the background or src of inage view