瀏覽代碼

修改im群公告pad适配效果

Pq 1 年之前
父節點
當前提交
4a92c988d2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      chatModule/src/main/res/layout/tc_notice_list_item.xml

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

@@ -24,6 +24,7 @@
         android:layout_height="wrap_content"
         android:layout_marginStart="@dimen/dp_11"
         android:layout_marginTop="@dimen/dp_8"
+        android:layout_marginEnd="10dp"
         android:ellipsize="end"
         android:maxLines="1"
         android:text=""
@@ -44,7 +45,7 @@
         android:layout_marginEnd="@dimen/dp_15"
         android:text="    "
         android:includeFontPadding="false"
-        android:textColor="@color/color_666666"
+        android:textColor="@color/color_777777"
         android:textSize="@dimen/dp_14"
         app:layout_constraintStart_toEndOf="@id/iv_portrait"
         app:layout_constraintTop_toBottomOf="@id/tv_name" />