私はAndroidでカスタムキーボードを構築しています。
私のinput.xml:
<com.mykeyboard.MyKeyboardView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/keyboard"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:keyBackground="@drawable/keybg"
/>
すべてのキーの背景は同じです。今、私は1つのキーの背景を動的に変更しようとしています。これは可能ですか?
私のカスタムMyKeyboardViewのコードはここにあります:http: //pastebin.com/ZpLzZZUj
私のMyKeyboardServiceのコードはここにあります:http: //pastebin.com/HYPGFTfg