看板 java 關於我們 聯絡資訊
這是我的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
kerash:雖然說是WVGA,想問一下你模擬器是預設WVGA還是手動輸入? 12/03 02:15
kerash:另外,網路資料:http://ppt.cc/7k8M 設定完即可。 12/03 02:24
kerash:我剛剛改一下,Manifest 中 Min SDK ver 設定 7 好像就可以 12/03 02:26
orzreynold:我是手動輸入,但是我放在朋友的Desire HD一樣是模糊的 12/03 10:47