Hi,
I've been trying to add arrow keys to the SoftKeyboard example from the 
SDK, without success:
Added this to the keyboard xml (qwerty.xml):
<Row android:rowEdgeFlags="bottom">
        <Key android:codes="21" android:keyLabel="&lt;" 
android:isRepeatable="true" android:keyWidth="5%p" 
android:keyEdgeFlags="left"/>
        <Key android:codes="22" android:keyLabel="&gt;" 
android:isRepeatable="true" android:keyWidth="5%p"/>
        <Key android:codes="20" android:keyLabel="\\/" 
android:isRepeatable="true" android:keyWidth="5%p"/>
        <Key android:codes="19" android:keyLabel="/\\" 
android:isRepeatable="true" android:keyWidth="5%p" 
android:keyEdgeFlags="right"/>
</Row>

I get the extra keys, but when I click them I get squares.
Can anyone tell why?

I googled for it but could not find any answer, this seem to be correct - 
but does not work.

Thanks,
yakobom

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

Reply via email to