我想有一个五线高的EditText。 由于视觉呼吁原因,我想这五条线是高的(因此似乎并不 cr)。 The Code below does not work, the EditText listed only one line high.
我已经尝试了多线文字,但我想视力放弃,因为我想说的是虚拟钥匙板,说的是“东方”(而不是自动提供多线文本的进入钥匙)。
我怎样才能使我的埃德特塔特采尔盒子变得更大? 或者,我如何使用多线文本的“行动”方法?
<><>>>> 本条不可行。
<EditText
android:id="@+id/etEdit"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="top"
android:inputType="text"
android:lines="5" //this has no effect!
android:imeOptions="actionNext"
style="@style/dialogInput" />