如何更改KeyPreview的高度

时间:2014-12-18 07:00:48

标签: android

我正在制作一个软键盘,我想更改软键盘的键预览高度。

  <TextView xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:gb="http://schemas.android.com/apk/res-auto"
   android:layout_width="wrap_content"
   android:layout_height="200dp"
   android:background="@drawable/shape_key_preview_bkgnd" />

按键预览的高度根本不会改变。如何更改键预览的高度

1 个答案:

答案 0 :(得分:2)

您应该将以下代码添加到键盘视图布局xml文件中。

android:keyPreviewHeight="200dp"