| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@drawable/bj"> |
| | | |
| | | <TextView |
| | | android:id="@+id/me_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginTop="53dp" |
| | | android:text="@string/me" |
| | | android:textColor="@color/text_030D1C" |
| | | android:textSize="@dimen/text_18" |
| | | <!--头部标签--> |
| | | <RelativeLayout |
| | | android:id="@+id/title_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_44" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_44" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | app:layout_constraintTop_toTopOf="parent"> |
| | | |
| | | <TextView |
| | | android:id="@+id/me_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/me" |
| | | android:textColor="@color/text_030D1C" |
| | | android:textSize="@dimen/text_18" |
| | | android:layout_centerInParent="true" |
| | | /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/fragment_me_icon_parent_cl" |
| | |
| | | android:layout_marginTop="@dimen/dp_20" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/me_title_tv"> |
| | | app:layout_constraintTop_toBottomOf="@+id/title_cl"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/fragment_me_icon_iv" |
| | |
| | | layout="@layout/fragment_me_line" /> |
| | | |
| | | <include |
| | | android:id="@+id/fragment_me_line_asregards_il" |
| | | layout="@layout/fragment_me_line" /> |
| | | |
| | | <include |
| | | android:id="@+id/fragment_me_line_set_il" |
| | | layout="@layout/fragment_me_line" /> |
| | | <!--关于--> |
| | | <include |
| | | android:id="@+id/fragment_me_line_asregards_il" |
| | | layout="@layout/fragment_me_line" /> |
| | | </LinearLayout> |
| | | |
| | | |