Browse Source

修改创建群公告文本行间距

Pq 23 hours ago
parent
commit
bee567377e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      chatModule/src/main/res/layout/tc_activity_notice_edit.xml

+ 2 - 0
chatModule/src/main/res/layout/tc_activity_notice_edit.xml

@@ -52,6 +52,7 @@
             android:gravity="start|top"
             android:textColor="@color/color_333333"
             android:textSize="@dimen/dp_15"
+            android:lineSpacingMultiplier="1.2"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintLeft_toLeftOf="parent"
             app:layout_constraintTop_toBottomOf="@+id/tv_title" />
@@ -107,6 +108,7 @@
             android:gravity="start|top"
             android:hint="请输入公告内容"
             android:maxLength="200"
+            android:lineSpacingMultiplier="1.2"
             android:textColor="@color/color_333333"
             android:textSize="@dimen/dp_15"
             app:layout_constraintLeft_toLeftOf="parent"