Browse Source

[문의][Common] 텍스트 입력시 입력공간 늘어나게 수정

Hasemi 6 năm trước cách đây
mục cha
commit
9fb5adb0f0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/src/main/res/layout/fragment_my_faq_write.xml

+ 2 - 1
app/src/main/res/layout/fragment_my_faq_write.xml

@@ -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"