EditText 多行显示

EditText 多行显示:

<EditText android:layout_width="fill_parent"           
    android:layout_height="120.0dip"
    android:inputType="textMultiLine"      
    android:singleLine="false"
    android:gravity="left|top"/>

 android:gravity="left|top" 用于在输入时,光标从左上角开始

猜你喜欢

转载自yxwang0615.iteye.com/blog/1853743
今日推荐