Full screen background image in an activity
问题 I see many applications that use a full-screen image as background. This is an example: I want to use this in a project, the best way I\'ve found so far to do this is to use an image with a large size, put it in a ImageView and use android: adjustViewBounds=\"true\" to adjust the margins The problem is that if a screen with a very high resolution, the image falls short. Another option I thought of is to use the image in a FrameLayout , with match_parent in width and height as background...