java - Android Keyboard resolution -


i'm working on android soft keyboard. seems keep making canvas 533x320 resolution though phone (galaxy) 800x480.

i've tried making onmeasure in view call setmeasure 800x480 no luck.

<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> 

my reference this link.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -