如何在自定义键盘下方添加键盘开关按钮

时间:2018-07-11 05:35:31

标签: android custom-keyboard

我制作了一个带有贴纸的自定义键盘,并且我在键盘按键上显示图像以切换键盘,但是我们需要将底部按钮显示为纯色条。如果有人有任何想法,请帮助我。我想要这样的键盘

image

这是我键盘的最后一行

<Row android:rowEdgeFlags="bottom">
    <Key
        android:codes="322"
        android:keyIcon="@drawable/ai_dark"
        android:keyWidth="16%p" />
   <!-- <Key
        android:codes="327"
        android:keyIcon="@drawable/fav"
        android:keyWidth="15%p" />-->

    <Key
        android:codes="324"
        android:keyIcon="@drawable/smilee"
        android:keyWidth="17%p" />
    <Key
        android:codes="325"
        android:keyIcon="@drawable/giff"
        android:keyWidth="17%p" />
    <Key
        android:codes="323"
        android:keyIcon="@drawable/pic"
        android:keyWidth="17%p" />
    <Key
        android:codes="326"
        android:keyIcon="@drawable/global"
        android:keyWidth="17%p" />
    <Key
        android:codes="67"
        android:keyIcon="@drawable/backspace_new"
        android:keyWidth="16%p" />

</Row>

0 个答案:

没有答案