I'm developing a keyboard for android. How to change the text color of the keys?
问题 How to change the text color of the keys? Here is my keyboard layout. <?xml version="1.0" encoding="UTF-8"?> <android.inputmethodservice.KeyboardView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/keyboard" android:keyBackground="@drawable/key_background" android:background="@color/keyboard_background" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:keyPreviewLayout="@layout/preview" /> key