Bläddra i källkod

修改部分ui

Pq 3 år sedan
förälder
incheckning
6c649541d4

+ 6 - 6
student/src/main/res/layout/fragment_home_layout.xml

@@ -549,13 +549,13 @@
                         android:id="@+id/rv_wonderful_info"
                         android:id="@+id/rv_wonderful_info"
                         android:layout_width="match_parent"
                         android:layout_width="match_parent"
                         android:layout_height="wrap_content"
                         android:layout_height="wrap_content"
-                        android:layout_marginLeft="@dimen/dp_15"
-                        android:layout_marginTop="10dp"
-                        android:layout_marginRight="@dimen/dp_13"
+                        android:layout_marginLeft="@dimen/dp_14"
+                        android:layout_marginTop="12dp"
+                        android:layout_marginRight="@dimen/dp_14"
                         android:background="@drawable/bg_white_10dp"
                         android:background="@drawable/bg_white_10dp"
                         android:overScrollMode="never"
                         android:overScrollMode="never"
-                        android:paddingTop="5dp"
-                        android:paddingBottom="10dp"
+                        android:paddingTop="10dp"
+                        android:paddingBottom="5dp"
                         android:scrollbars="none"
                         android:scrollbars="none"
                         app:layout_constraintTop_toBottomOf="@+id/tv_wonderful_info_title" />
                         app:layout_constraintTop_toBottomOf="@+id/tv_wonderful_info_title" />
 
 
@@ -563,7 +563,7 @@
 
 
                 <View
                 <View
                     android:layout_width="match_parent"
                     android:layout_width="match_parent"
-                    android:layout_height="@dimen/dp_50"
+                    android:layout_height="@dimen/dp_25"
                     android:focusable="true"
                     android:focusable="true"
                     android:focusableInTouchMode="true" />
                     android:focusableInTouchMode="true" />
             </LinearLayout>
             </LinearLayout>

+ 2 - 4
student/src/main/res/layout/layout_home_wonderful_info_item.xml

@@ -2,17 +2,15 @@
 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:tools="http://schemas.android.com/tools"
+    android:paddingBottom="12dp"
     android:layout_width="match_parent"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
     android:layout_height="wrap_content">
 
 
-
     <com.cooleshow.base.widgets.QMUIRadiusImageView
     <com.cooleshow.base.widgets.QMUIRadiusImageView
         android:id="@+id/im_pic"
         android:id="@+id/im_pic"
         android:layout_width="@dimen/dp_104"
         android:layout_width="@dimen/dp_104"
         android:layout_height="@dimen/dp_72"
         android:layout_height="@dimen/dp_72"
-        android:layout_marginLeft="@dimen/dp_8"
-        android:layout_marginTop="@dimen/dp_5"
-        android:layout_marginBottom="@dimen/dp_5"
+        android:layout_marginLeft="@dimen/dp_10"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintTop_toTopOf="parent"
         app:layout_constraintTop_toTopOf="parent"
         app:qmui_corner_radius="@dimen/dp_5" />
         app:qmui_corner_radius="@dimen/dp_5" />