如何在 MapView 上显示 TextView、按钮(重叠在其上)..?
在我的应用程序中,我有地图视图,我想在文本视图和按钮中显示距离,
我已经这样做了。并尝试了这个.. http://www.anddev.org/post3452.html#p3452
问题是>> ;>>
我想在地图视图上显示文本视图和按钮.. 所以我可以全屏查看 MAPVIEW.. 上面有其他项目(因为我们可以通过 textview 查看地图)..
需要在 xml 文件中完成任何规范..?
请..回复我.. 先感谢您
In my application i have mapview and I want to show distance in a textview and also a Button ,
I have done this.and tried this..
http://www.anddev.org/post3452.html#p3452
PROBLEM IS>>>>
I WANT TO SHOW TEXTVIEW AND BUTTON OVER THE MAP VIEW..
so I can See MAPVIEW in Full Screen..with other items over it(as we can see map through textview)..
Any SPECIFICATION NEEDED TO BE DONE IN xml FILE..??
Please..Reply me..
Thank You..in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,你可以这样做。
例如:
Yes you can do that.
For eg:
使用RelativeLayout 创建布局并将地图视图嵌入其中。设置后,根据需要设置组件的相对位置。
create a layout with the RelativeLayout and embed the map view in it. Once set, set the relative position of your components as per your need.