I want to include virtual keyboard in my layout file.I am using foll.
code.

Is there anything I am missing ?
   <android.inputmethodservice.KeyboardView
           android:id="@android:id/keyboardView"
           android:background="@android:color/transparent"
           android:layout_alignParentBottom="true"
           android:layout_width="fill_parent"
           android:layout_height="wrap_content"
           android:keyTextSize="22sp"
           />


Is there anyone who know about it ?

Thanks in advance,
Swapnil

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to