|
@@ -3,6 +3,7 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:background="@color/color_f6f8f9"
|
|
|
android:orientation="vertical">
|
|
|
|
|
@@ -61,7 +62,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/im_header"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -112,7 +113,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -161,7 +162,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -199,7 +200,7 @@
|
|
|
android:id="@+id/tv_score"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:text="--"
|
|
|
android:textColor="@color/color_aaaaaa"
|
|
|
android:textSize="@dimen/sp_16"
|
|
@@ -211,7 +212,7 @@
|
|
|
android:visibility="gone"
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -261,7 +262,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -310,7 +311,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -328,7 +329,7 @@
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_modify_psd"
|
|
|
+ android:id="@+id/cl_group_name"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_55"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -338,6 +339,57 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
+ android:text="小组"
|
|
|
+ android:textColor="@color/color_1a1a1a"
|
|
|
+ android:textSize="@dimen/sp_16"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_group_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:text="--"
|
|
|
+ android:textColor="@color/color_aaaaaa"
|
|
|
+ android:textSize="@dimen/sp_16"
|
|
|
+ tools:text="武汉市梨花街道第二小学音乐小组"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_width="@dimen/dp_6"
|
|
|
+ android:layout_height="@dimen/dp_11"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="@drawable/icon_arrow_right"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="11dp"
|
|
|
+ android:layout_marginRight="9dp"
|
|
|
+ android:background="@color/color_f2f2f2"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent" />
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:id="@+id/cl_modify_psd"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_55"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/cl_group_name">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
android:text="修改密码"
|
|
|
android:textColor="@color/color_1a1a1a"
|
|
|
android:textSize="@dimen/sp_16"
|
|
@@ -348,7 +400,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -400,7 +452,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -441,7 +493,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
|
- android:layout_marginRight="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
android:background="@drawable/icon_arrow_right"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|