2011-07-03 76 views
1

我正在使用Android軟鍵盤。儘管我的手機(galaxy)是800x480,但我似乎一直在製作大約533x320分辨率的畫布。Android鍵盤分辨率

我甚至嘗試在我的視圖中調用setMeasure與800x480沒有運氣。

回答

0
<manifest xmlns:android="http://schemas.android.com/apk/res/android"  

    <supports-screens 
     android:anyDensity="true" 
     android:largeScreens="true" 
     android:normalScreens="true" 
     android:smallScreens="true" /> 

</manifest> 

我引用this link.