瀏覽代碼

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

Pq 21 小時之前
父節點
當前提交
bee567377e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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"