当主题为
时,我为我的应用程序创建了自定义Android键盘Theme.Holo.Light
但是最近我改变了主题,将材料设计应用到应用程序并将appcompatactivity扩展到java类文件。
Theme.Appcompat
&安培;键盘没有在Edittext上给出任何输出。当我将它改回旧主题时,它再次起作用。 这是我的自定义键盘
<android.inputmethodservice.KeyboardView
android:id="@+id/keyboardView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:visibility="gone" />
有任何建议要对代码进行更改。 感谢