当前位置: 代码迷 >> Android >> MultiAutoCompleteTextView 光标垂直居中,该如何处理
  详细解决方案

MultiAutoCompleteTextView 光标垂直居中,该如何处理

热度:14   发布时间:2016-04-28 06:39:42.0
MultiAutoCompleteTextView 光标垂直居中
如何设置MultiAutoCompleteTextView  的属性不垂直居中。正常的多行文本域光标是从顶端开始的,但是我点击该控件(设置了高度),光标在垂直的居中显示。如何设置其从顶端开始输入
------解决方案--------------------
<MultiAutoCompleteTextView
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:id="@+id/multi_txt" android:grivaty="left"></MultiAutoCompleteTextView>