2 커밋 9d50788cda ... bff7ccc75b

작성자 SHA1 메시지 날짜
  Pq bff7ccc75b 修改群公告样式 23 시간 전
  Pq d4f3f1b99d 修改群公告文案 1 일 전

+ 1 - 1
chatModule/src/main/java/com/cooleshow/chatmodule/ui/NoticeEditActivity.java

@@ -126,7 +126,7 @@ public class NoticeEditActivity extends BaseMVPActivity<TcActivityNoticeEditBind
             }
             String notice = etNotice.getText().toString().trim();
             if (TextUtils.isEmpty(notice)) {
-                ToastUtil.getInstance().showShort("请填写群公告");
+                ToastUtil.getInstance().showShort("请输入公告内容");
                 return;
             }
             if (TextUtils.isEmpty(NoticeEditActivity.this.title)) {

+ 1 - 1
chatModule/src/main/res/layout/tc_activity_notice_detail_layout.xml

@@ -108,7 +108,7 @@
         <View
             android:id="@+id/view_line"
             android:layout_width="match_parent"
-            android:layout_height="1px"
+            android:layout_height="1dp"
             android:layout_marginTop="12dp"
             android:background="@color/color_f2f2f2"
             app:layout_constraintTop_toBottomOf="@id/iv_portrait" />

+ 1 - 1
chatModule/src/main/res/layout/tc_activity_notice_edit.xml

@@ -105,7 +105,7 @@
             android:layout_marginTop="9dp"
             android:background="@color/white"
             android:gravity="start|top"
-            android:hint="请填写群公告"
+            android:hint="请输入公告内容"
             android:maxLength="200"
             android:textColor="@color/color_333333"
             android:textSize="@dimen/dp_15"

+ 1 - 1
chatModule/src/main/res/layout/tc_notice_list_item.xml

@@ -99,7 +99,7 @@
     <View
         android:id="@+id/view_line"
         android:layout_width="match_parent"
-        android:layout_height="1px"
+        android:layout_height="1dp"
         android:layout_marginTop="12dp"
         android:background="@color/color_f2f2f2"
         app:layout_constraintTop_toBottomOf="@id/iv_portrait" />