Soft Keyboard Styling

  • Replies:0
Ian Stien
  • Forum posts: 1

Jan 10, 2014, 7:27:13 PM via Website

Hi,

I'm playing about with the Soft Keyboard example but am struggling to style the keys, i've tried various things including...

1<Key android:codes="119" android:keyLabel="w" style="Button.b1"/>
2 <Key android:codes="101" android:keyLabel="e" android:background="#00F"/>
3 <Key android:codes="114" android:keyLabel="r" android:textColor="#F0F"/>

can anyone shed some light please?

Reply