Pq преди 10 месеца
родител
ревизия
bff7ccc75b
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      chatModule/src/main/res/layout/tc_activity_notice_detail_layout.xml
  2. 1 1
      chatModule/src/main/res/layout/tc_notice_list_item.xml

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