Android 中的屏幕旋转

发布于 2024-12-06 08:38:02 字数 145 浏览 0 评论 0原文

我想在 Android 设备中使用屏幕旋转。 但我不想轮换整个活动。 这怎么可能只旋转活动中的某些视图,

就像有两个按钮和一个 ImageView 一样。 我只想在屏幕方向改变时旋转 ImageView 。

请建议方法。

谢谢。

I want to use screen rotation in android device.
But I don't want to rotate whole activity.
How is this possible to rotate only some of views in a activity

Like there are two button and one ImageView.
I want to rotate only ImageView on screen orientation change.

Plz suggest the way.

Thanks.

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

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

发布评论

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

评论(1

唔猫 2024-12-13 08:38:02

创建另一个同名的 xml 文件并将其放入 res/ 文件夹内的新文件夹中。将新文件夹命名为layout-land。并根据您的要求更改您的 xml 文件。当方向改变时,它会自动改变布局文件。

Create another xml file with same name and put it in new folder inside res/ folder. Name that new folder layout-land. and change in your xml file according to your requirements. It will automatically change the layout file when the orientation will be changed.

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