| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/fragment_me_user_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="22dp" |
| | | <!--显示用户名称--> |
| | | <LinearLayout |
| | | android:id="@+id/user_name_ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_16" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_18" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | 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_icon_iv" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/fragment_me_icon_iv"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/fragment_me_user_name_next_iv" |
| | | 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_constraintTop_toTopOf="@+id/fragment_me_user_name_tv" /> |
| | | <TextView |
| | | android:id="@+id/fragment_me_user_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="end|center_vertical" |
| | | android:paddingStart="@dimen/dp_0" |
| | | android:paddingEnd="@dimen/dp_3" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/fragment_me_user_role_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="17dp" |
| | | android:layout_marginTop="@dimen/dp_11" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | <ImageView |
| | | android:id="@+id/fragment_me_user_name_next_iv" |
| | | android:layout_width="16dp" |
| | | android:layout_height="@dimen/dp_16" |
| | | android:src="@drawable/next" /> |
| | | </LinearLayout> |
| | | <!--显示用户账号--> |
| | | <LinearLayout |
| | | android:id="@+id/account_ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="4.5dp" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | 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" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/user_name_ll"> |
| | | |
| | | <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" /> |
| | | <TextView |
| | | android:id="@+id/fragment_me_user_role_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="end|center_vertical" |
| | | android:paddingStart="@dimen/dp_0" |
| | | android:paddingEnd="@dimen/dp_3" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/fragment_me_user_role_next_iv" |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="@dimen/dp_16" |
| | | android:src="@drawable/next" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | <LinearLayout |