Reputation: 5413
I am experimenting with Graphical Layout, the imageView under Image and Media why is its frame always snapping to left? Can I move it to the center? I can't seem to do that.
Likewise with the Frames of Layout, they are always snapping to the left.
Upvotes: 0
Views: 258
Reputation: 9908
Add a FrameLayout that fills the screen, then drag an ImageView onto it. Select the view, then click on the Change Gravity dropdown () and change it to
Center
.
Upvotes: 1