Android 中的屏幕旋转
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建另一个同名的 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.