| | |
| | | <TextView |
| | | android:id="@+id/me_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_22" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginTop="53dp" |
| | | android:text="@string/me" |
| | | android:textColor="@color/text_030D1C" |
| | |
| | | android:id="@+id/fragment_me_icon_parent_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_31" |
| | | android:layout_marginTop="@dimen/dp_20" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/me_title_tv"> |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/fragment_me_user_name_next_iv" |
| | | android:layout_width="7dp" |
| | | android:layout_height="@dimen/dp_12" |
| | | android:layout_marginStart="@dimen/text_15" |
| | | android:layout_width="16dp" |
| | | android:layout_height="@dimen/dp_16" |
| | | android:layout_marginStart="3dp" |
| | | android:src="@drawable/next" |
| | | app:layout_constraintBottom_toBottomOf="@+id/fragment_me_user_name_tv" |
| | | app:layout_constraintStart_toEndOf="@+id/fragment_me_user_name_tv" |
| | |
| | | app:layout_constraintEnd_toEndOf="@+id/fragment_me_icon_iv" |
| | | app:layout_constraintStart_toStartOf="@+id/fragment_me_icon_iv" |
| | | app:layout_constraintTop_toBottomOf="@+id/fragment_me_user_name_tv" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/fragment_me_user_role_next_iv" |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="@dimen/dp_16" |
| | | android:layout_marginStart="3dp" |
| | | android:src="@drawable/next" |
| | | app:layout_constraintBottom_toBottomOf="@+id/fragment_me_user_role_tv" |
| | | app:layout_constraintStart_toEndOf="@+id/fragment_me_user_role_tv" |
| | | app:layout_constraintTop_toTopOf="@+id/fragment_me_user_role_tv" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_48" |
| | | android:layout_marginTop="@dimen/dp_25" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:background="@drawable/bj_13fffffff" |
| | | android:orientation="vertical" |