Преглед на файлове

修改消息盒子红点大小样式

Pq преди 8 месеца
родител
ревизия
b35f2cc488
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      student/src/main/res/layout/layout_message_nox_item.xml
  2. 2 2
      teacher/src/main/res/layout/layout_message_nox_item.xml

+ 2 - 2
student/src/main/res/layout/layout_message_nox_item.xml

@@ -35,8 +35,8 @@
 
     <View
         android:id="@+id/view_unread"
-        android:layout_width="@dimen/dp_10"
-        android:layout_height="@dimen/dp_10"
+        android:layout_width="@dimen/dp_8"
+        android:layout_height="@dimen/dp_8"
         android:visibility="gone"
         android:background="@drawable/bg_red_ovil2"
         app:layout_constraintLeft_toRightOf="@+id/tv_title"

+ 2 - 2
teacher/src/main/res/layout/layout_message_nox_item.xml

@@ -35,8 +35,8 @@
 
     <View
         android:id="@+id/view_unread"
-        android:layout_width="@dimen/dp_10"
-        android:layout_height="@dimen/dp_10"
+        android:layout_width="@dimen/dp_8"
+        android:layout_height="@dimen/dp_8"
         android:background="@drawable/bg_red_ovil2"
         android:visibility="gone"
         app:layout_constraintLeft_toRightOf="@+id/tv_title"