I am making custom keyboard.. Now my question is that I want custom popup for key pressed. So, can I change it. popup of key like as this image
If any one know about this then please help me...
CapDroid
Yup, its not too hard at all. Just check out the time in the AOSP here.
It's all done in the resource files, here is a short snippet. From the symbols.xml
file of my keyboard project.
<Key android:codes="49" android:keyLabel="1" android:keyEdgeFlags="left"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="¹½⅓¼⅛"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With