【发布时间】:2013-09-10 07:43:01
【问题描述】:
我想反转我的设备的方向。 我尝试使用选项 ro.sf.hwrotation 180 但它会旋转显示但不旋转触摸。
我通过补丁找到了许多线索,但都是针对 froyo 或 Gingerbread 的。 JellyBean(4.1.2) 需要它。
请帮忙
【问题讨论】:
标签: android layout rotation touch screen
我想反转我的设备的方向。 我尝试使用选项 ro.sf.hwrotation 180 但它会旋转显示但不旋转触摸。
我通过补丁找到了许多线索,但都是针对 froyo 或 Gingerbread 的。 JellyBean(4.1.2) 需要它。
请帮忙
【问题讨论】:
标签: android layout rotation touch screen
http://developer.android.com/guide/topics/manifest/activity-element.html#screen
"reversePortrait" 纵向方向与正常纵向方向相反。在 API 级别 9 中添加。
【讨论】: