有没有办法创建一个包含多个字符的弹出键盘? (我的标签没有显示键盘上的选项键) 这是我在xml文件中的代码:
enter code here
<Keyboard
xmlns:android="http://schemas.android.com/apk/res-auto"
android:keyWidth="15%p"
android:horizontalGap="0px"
android:verticalGap="0px"
android:keyHeight="@dimen/popup_key_height"
>
<Row
android:rowEdgeFlags="top|bottom"
>
<Key
android:keyLabel="@string/popular_domain_1"
android:keyOutputText="@string/popular_domain_1"
android:keyEdgeFlags="left"
/>
<Key
android:keyLabel="@string/popular_domain_2"
android:keyOutputText="@string/popular_domain_2"/>
在我的弹出式标签中,我没有看到任何空的立方体...... tnx!
答案 0 :(得分:-1)
如果您长按键,我认为您要求弹出窗口?
还有另一个名为popupCharacters的xml属性,您可以在其中声明额外的字符,然后在属性popupKeyboard中只需要一个布局。像这样:
<Key
android:codes="0x0628"
android:keyLabel="ب"
android:popupKeyboard="@xml/popup_keyboard"
android:popupCharacters="پ"/>