tags:

views:

21

answers:

1

I want to put an ImageView in the middle of the screen, and it stays in the middle in all screen resolutions. There is nothing else in the view.

A: 

Fixed. Make a RelativeLayout and set ImageView Center in Parent.

Sharj