浏览代码

修改部分样式问题

Pq 1 年之前
父节点
当前提交
b4613d4bd1

二进制
chatModule/src/main/res/drawable-xhdpi/tc_ic_teacher_screen.png


二进制
chatModule/src/main/res/drawable-xxhdpi/tc_ic_teacher_screen.png


二进制
institution/src/main/res/drawable-xhdpi/icon_institution_img2.png


二进制
institution/src/main/res/drawable-xxhdpi/icon_institution_img2.png


+ 2 - 2
institution/src/main/res/layout/fg_home_card_layout.xml

@@ -35,7 +35,7 @@
         android:layout_height="wrap_content"
         android:layout_marginStart="15dp"
         android:layout_marginTop="13dp"
-        android:src="@drawable/icon_institution_img"
+        android:src="@drawable/icon_institution_img2"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintTop_toBottomOf="@+id/view_status_bar" />
 
@@ -43,7 +43,7 @@
         android:id="@+id/tv_name"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginStart="3dp"
+        android:layout_marginStart="6dp"
         android:includeFontPadding="false"
         android:textColor="@color/white"
         android:textSize="@dimen/sp_16"

+ 2 - 2
institution/src/main/res/layout/fg_home_layout.xml

@@ -24,8 +24,8 @@
             android:layout_width="62dp"
             android:layout_height="62dp"
             android:layout_gravity="bottom|right"
-            android:layout_marginEnd="6dp"
-            android:layout_marginBottom="10dp"
+            android:layout_marginEnd="3dp"
+            android:layout_marginBottom="5dp"
             android:src="@drawable/jg_icon_small_tools"
             android:visibility="visible"
             app:layout_constraintRight_toRightOf="parent" />

+ 1 - 1
institution/src/main/res/layout/fg_home_music_layout.xml

@@ -45,7 +45,7 @@
         android:id="@+id/tv_name"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginStart="3dp"
+        android:layout_marginStart="6dp"
         android:includeFontPadding="false"
         android:textColor="@color/color_131415"
         android:textSize="@dimen/sp_16"