android sdk镜像热点?
我想知道是否可以在Android SDK中制作热点或图像映射。几乎就像在 adobe flash 或 dream weaver 中一样。这些信息非常有帮助,因为我得到的按钮不断移动到手机的不同位置,并且在我尝试使用的每台设备上或在横向模式下,所有按钮和文本都弄乱了。任何帮助都会很棒。 谢谢 -基督教
I would like to know if it is possible to make a hot spot or image mapping in Android SDK. almost like you would in adobe flash or dream weaver. this information would be really helpful seeing as the buttons I got keep moving into different spots of the phone and on every device I try it on or in landscape mode all the buttons and texts is messed up. any help would be awesome.
Thanks
-Christian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是为了确保..您知道您可以
在 AndroidManifest.xml 文件中关闭旋转。如果您想要两个方向,您可以指定单独的布局来重新获得完全的放置控制,如此处< /a> - 查看右侧的黄色框,位于页面下方 3/4 处;谷歌其条款的例子。
当你说“热点..就像在 Flash 中一样”时,我听到 Android 的 Button,可能上面有图像(切片)。这样很容易在 XML 布局中创建。谷歌 Android 按钮背景图像或类似图像。
Just to make sure.. you are aware that you can turn off rotation with
in your AndroidManifest.xml file. If you want both orientations you can specify separate layouts to regain full placement control as shown here - see the yellow box on the right, 3/4 of the way down the page; google its terms for examples.
When you say "hot spot .. like in Flash" I hear Android's Button, perhaps with an image (slice) on it. Such is easy to create in an XML layout.. google Android Button Background Image or similar.