Android Skin 布局中的事件值?
我一直在 Eclipse 中为 Android 开发的 AVD 制作一些自定义皮肤,我认为除了布局部分中的“事件”参数之外,我已经解决了整个布局文件。当我看到类似
事件 EV_SW:0:1 的
内容时......这意味着什么?
I've been making some custom skins for my AVD's in Eclipse for Android development and I think I've got the whole layout file worked out except for the "event" parameter in the layouts section. When I see something like
event EV_SW:0:1
... what does that mean?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信它指的是硬件“开关”。第一个数字是开关 ID,第二个数字表示开关是打开还是关闭。
对于模拟器,开关编号 0 用于控制设备是处于纵向模式还是横向模式。
I believe it refers to a hardware "switch". The first number is the switch ID, and the second number indicates whether the switch is on or off.
In the case of the emulator, switch number 0 is used to control whether the device is in portrait or landscape mode.
与创建 AVD 外观相关的文档包含对 < a href="https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/docs/ANDROID-SKIN-FILES.TXT" rel="nofollow">Android 模拟器皮肤文件规范< /a>
本规范中有一个引用事件的部分。作为示例,它专门提供了 EV_SW:0 的详细信息
The documentation related to creating AVD skins contains a reference to the Android Emulator Skin File Specification
Within this specification is a section referencing events. As an example it specifically provides details for EV_SW:0