我知道如何把按钮放在下面,但如何放在地图上?
如果有人有一些示例代码,或一些指导帮助是赞赏…解决方法 您将需要使用relativeLayout并将该按钮放置在MapVIEw的顶部.只需确保不要将其放在Google徽标上.以下是一个示例 XML:
<?xml version="1.0" enCoding="utf-8"?><relativeLayout xmlns:androID="http://schemas.androID.com/apk/res/androID" androID:layout_wIDth="match_parent" androID:layout_height="match_parent"> <com.Google.androID.maps.MapVIEw androID:ID="@+ID/Google_maps" androID:layout_wIDth="fill_parent" androID:layout_height="fill_parent" androID:APIKey="@string/maps_key"/> <button androID:ID="@+ID/Googlemaps_select_location" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" androID:layout_alignParentBottom="true" androID:layout_centerHorizontal="true" androID:text="Select"/></relativeLayout>总结
以上是内存溢出为你收集整理的如何在MapView android上添加按钮全部内容,希望文章能够帮你解决如何在MapView android上添加按钮所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)