소스 검색

修改样式

Pq 9 달 전
부모
커밋
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