首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 地图view 学习总结

2012-09-25 
android mapview 学习总结mapview 和其他控件一起显示(原文http://lordhong.iteye.com/blog/143407)main.x

android mapview 学习总结
mapview 和其他控件一起显示(原文http://lordhong.iteye.com/blog/143407)
main.xml

<?xml version="1.0" encoding="utf-8"?>   <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"   android:orientation="vertical" android:layout_width="fill_parent"   android:layout_height="fill_parent">              <view           android:layout_width="fill_parent"           android:layout_height="fill_parent"           android:layout_weight="1" />                      <EditText android:layout_width="fill_parent"   android:layout_height="wrap_content"       android:text="输入查询地址"       android:selectAllOnFocus="true"/>   </LinearLayout>   

热点排行