android - making the KeyboardView transparent -


i making own inputmethodservice.everything working fine.but have 1 issue.i want make keyboard view transparent.that means keypad view cover enter screen & user can see whole screen while typing. tried lot make transparent setting background color,drawable,but not success. please suggest me how make custom transparent keypad. using method settheme (int theme) work?

in configuration setting android:background="@android:color/transparent" property of android.inputmethodservice.keyboardview , using slighltly transparent custom key drawable selector i.e. android:keybackground="@drawable/custom_transparent_key" works fine.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -