优化1
This commit is contained in:
@@ -69,14 +69,17 @@
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/et_feedback"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="259dp"
|
||||
android:layout_height="200dp"
|
||||
android:gravity="top|start"
|
||||
android:hint="Please enter your feedback..."
|
||||
android:padding="12dp"
|
||||
android:inputType="textMultiLine"
|
||||
android:overScrollMode="never"
|
||||
android:maxLines="6"
|
||||
android:minLines="4" />
|
||||
android:minLines="4"
|
||||
android:maxLines="10"
|
||||
android:scrollbars="vertical"
|
||||
android:isScrollContainer="true"
|
||||
android:nestedScrollingEnabled="true" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user