|
|
@@ -111,12 +111,13 @@
|
|
|
<EditText
|
|
|
android:id="@+id/edit_text_write_contents"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@null"
|
|
|
android:gravity="top"
|
|
|
android:inputType="textMultiLine"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
+ android:maxHeight="300dp"
|
|
|
android:maxLength="2000"
|
|
|
android:minHeight="100dp"
|
|
|
android:padding="13dp"
|