adil9d

Results 7 comments of adil9d

android:popupLayout="@xml/keyboard_popup" This attributes not working what I do now? When I was using deprecated it was working fine now it crashed on null object reference

It was my fault. Popup is working fine. My mistake.

@DineshNeupane I faced this problem my mistake is I did not use style please use style properly. If you want in mini keyboard make a custom style for that. If...

First Theme should be correct secondly u have to proper use of name space e.g android:text or app:text If your design is fine you are making mistakes in name space

@DineshNeupane @grobbo91 This Style and XML working perfectly. ///// Style @color/black @drawable/button 22sp @color/white @layout/key_preview -12dp 80dp 14sp @layout/keyboard_popup_layout 0dp @android:color/transparent 2.75 /////////XML Code

@grobbo91 I have google samples code where I try to solve your first problem. Here is google sample link [Google Sample Keyboard](https://android.googlesource.com/platform/development/+/b8d704a517c8a838e42dde314c7f6acdcc981e53/samples/SoftKeyboard/src/com/example/android/softkeyboard/LatinKeyboardView.java?autodive=0%2F%2F%2F%2F) In this sample we have LatinKeyboardView.java a custom...