|
@@ -130,11 +130,14 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/ll_user_id" />
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:background="@drawable/bg_white_10dp"
|
|
|
android:id="@+id/ll_user_id"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/dp_20"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/iv_avatar"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/tv_nickname"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_nickname">
|
|
@@ -143,7 +146,6 @@
|
|
|
android:layout_width="@dimen/dp_13"
|
|
|
android:layout_height="@dimen/dp_12"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginLeft="6dp"
|
|
|
android:src="@drawable/icon_mine_id_star" />
|
|
|
|
|
|
<TextView
|
|
@@ -152,7 +154,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="6dp"
|
|
|
- android:layout_marginRight="6dp"
|
|
|
android:text="学号:1736453860"
|
|
|
android:textColorHint="@color/color_6a6a6a"
|
|
|
android:textSize="@dimen/sp_11" />
|
|
@@ -366,7 +367,7 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_33"
|
|
|
- android:layout_height="@dimen/dp_35"
|
|
|
+ android:layout_height="@dimen/dp_33"
|
|
|
android:background="@drawable/icon_mine_course" />
|
|
|
|
|
|
<TextView
|
|
@@ -388,7 +389,7 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_33"
|
|
|
- android:layout_height="@dimen/dp_35"
|
|
|
+ android:layout_height="@dimen/dp_33"
|
|
|
android:background="@drawable/icon_mine_homework" />
|
|
|
|
|
|
<TextView
|
|
@@ -410,7 +411,7 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_33"
|
|
|
- android:layout_height="@dimen/dp_35"
|
|
|
+ android:layout_height="@dimen/dp_33"
|
|
|
android:background="@drawable/icon_mine_score" />
|
|
|
|
|
|
<TextView
|
|
@@ -432,7 +433,7 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_33"
|
|
|
- android:layout_height="@dimen/dp_35"
|
|
|
+ android:layout_height="@dimen/dp_33"
|
|
|
android:background="@drawable/icon_mine_meter_records" />
|
|
|
|
|
|
<TextView
|