Re: [開發] google map WVGA

看板java作者 (Androider)時間15年前 (2010/12/03 00:10), 編輯推噓0(004)
留言4則, 2人參與, 最新討論串2/3 (看更多)
這是我的xml 版本為2.1 + Google map api 螢幕解析度480*800 畫面變大,mapview跟著跟大,卻讓mapview不清楚 <?xml version="1.0" encoding="utf-8"?> <FrameLayout android:id="@+id/widget0" android:layout_width="fill_parent" android:layout_height="fill_parent" android:keepScreenOn = "true" xmlns:android="http://schemas.android.com/apk/res/android" > <com.google.android.maps.MapView android:id="@+id/trackmapview" android:layout_width="fill_parent" android:layout_height="fill_parent" android:enabled="true" android:clickable="true" android:apiKey="API KEY" /> <Spinner android:id="@+id/spinner4" android:textSize="25sp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_x="0dip" android:layout_y="0dip" android:drawSelectorOnTop="true" /> </FrameLayout> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.42.83.139

12/03 02:15, , 1F
雖然說是WVGA,想問一下你模擬器是預設WVGA還是手動輸入?
12/03 02:15, 1F

12/03 02:24, , 2F
另外,網路資料:http://ppt.cc/7k8M 設定完即可。
12/03 02:24, 2F

12/03 02:26, , 3F
我剛剛改一下,Manifest 中 Min SDK ver 設定 7 好像就可以
12/03 02:26, 3F

12/03 10:47, , 4F
我是手動輸入,但是我放在朋友的Desire HD一樣是模糊的
12/03 10:47, 4F
文章代碼(AID): #1CzyJpmA (java)
討論串 (同標題文章)
文章代碼(AID): #1CzyJpmA (java)