旋转时图像视图居中

发布于 2024-11-05 12:23:57 字数 69 浏览 0 评论 0原文

我有一个带有图像的图像视图,当手机纵向时它看起来很容易找到。当我将其横向旋转时,它会旋转,但是图像不再居中。我该如何去做呢?

I have an image view with an image and it looks find when the phone is portrait. When I turn it landscape, it rotates, however, the image isn't centered anymore. How do I go about doing that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清引 2024-11-12 12:23:57

res 文件夹中创建一个 layout-land 目录。并以横向方式复制布局文件。应该可以做到这一点。

Create a layout-land directory in your res folder. And copy your layout files with landscape orientation. That should do it.

美人如玉 2024-11-12 12:23:57

我没有创建一个新的文件夹和 xml 文件以及所有这些,而是​​简单地

android:layout_width="match_parent"

在图像视图上进行操作,并且当我旋转设备时,图像保持居中。

Rather than making a new folder and xml file and all that, I simply did

android:layout_width="match_parent"

on my image view and when I rotate the device, the image stays centered.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文