I am customizing the softkeyboard sample of android SDK. The resolution of this keyboard is low and ugly when I install it on the 10in tablet. I mean it uses the resolution of PocketPc on the Tablet Pc. I get the width of softkeyboard using method getMaxWidth() and in both pocketpc (android 2.3) and tablet (android 3.2) it returns 545.
How can I increase the resolution of my keyboard depending on the resolution of my device?
I found the answer:
My reference is this link.