0

I want to make an application in that several pages or say activities are there..now i want to put a static image @top and left hand side throughout the whole application.means fix at that position ..So can any one please tell me how can i do that? thanx in advance

jigar
  • 1,571
  • 6
  • 23
  • 46

1 Answers1

0

Try using this for image in imageview

android:tileMode="repeat"

OR

Visit How to make android app's background image repeat

Community
  • 1
  • 1
vish
  • 168
  • 2
  • 13