2016-01-25 11 views

回答

1

将KeyPreview是可能的,只是创建布局,像这样:

<?xml version="1.0" encoding="utf-8"?> 
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
android:layout_width="wrap_content" 
android:layout_height="wrap_content" 
android:background="#ffffff" 
android:gravity="center" 
android:textColor="@color/black" 
android:textSize="30sp" 
android:textStyle="bold" > 

</TextView> 

,并在您keyboardView设置该属性

android:keyPreviewLayout="@layout/preview" 

弹出键盘是不是,如果你想定制的东西喜欢的颜色,你必须实现自己的keyboardView。