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

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

@@ -186,10 +186,10 @@
             android:layout_width="@dimen/dp_18"
             android:layout_height="@dimen/dp_18"
             android:layout_marginLeft="17dp"
-            android:layout_marginTop="18dp"
             android:src="@drawable/icon_mine_vip_star"
+            app:layout_constraintBottom_toBottomOf="@+id/im_vip"
             app:layout_constraintLeft_toLeftOf="@+id/view_vip_bg"
-            app:layout_constraintTop_toTopOf="@+id/view_vip_bg" />
+            app:layout_constraintTop_toTopOf="@+id/im_vip" />
 
 
         <TextView

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

@@ -423,10 +423,10 @@
             android:layout_width="@dimen/dp_18"
             android:layout_height="@dimen/dp_18"
             android:layout_marginLeft="17dp"
-            android:layout_marginTop="18dp"
             android:src="@drawable/icon_mine_vip_star"
+            app:layout_constraintBottom_toBottomOf="@+id/im_vip"
             app:layout_constraintLeft_toLeftOf="@+id/view_vip_bg"
-            app:layout_constraintTop_toTopOf="@+id/view_vip_bg" />
+            app:layout_constraintTop_toTopOf="@+id/im_vip" />
 
 
         <TextView