فهرست منبع

修改群公告样式

Pq 10 ماه پیش
والد
کامیت
bff7ccc75b

+ 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_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" />