I am using Textview and ImageView display for some things in my layout,I did not

use any EditView in my latout. But whenever I run my application in sony xperia device, I

got keyboard view, How can i hide keyboard, This problem only appear in sony xperia, How can I

solve this problem,please help me..

Thanks Friends..

link|improve this question

31% accept rate
Where is your layout? and possibly some code? – Otra Aug 4 '11 at 12:04
feedback

1 Answer

up vote 0 down vote accepted

use android:windowSoftInputMode="stateHidden" for your activity in maifest file.

link|improve this answer
@Thanks,It is working fine – John Aug 5 '11 at 4:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.