加入边框、pading

This commit is contained in:
zengfantian 2015-02-10 16:24:06 +08:00
parent f1414c1ee0
commit ca3bbb5562
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
android:gravity="start"
android:hint="@string/hint_feedback"
android:inputType="textMultiLine"
android:background="@drawable/view_linnerlayout_border"
android:padding="5dp"
android:maxLength="1000"
android:minLines="6" />