| | |
| | | android:layout_centerInParent="true" |
| | | android:text="@string/me" |
| | | android:textColor="@color/text_FFACACAC" |
| | | |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/exit_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="@string/exit" |
| | | android:textColor="@color/text_38C494" |
| | | android:textSize="@dimen/text_14" |
| | | android:layout_centerInParent="true" |
| | | android:layout_alignParentEnd="true" |
| | | /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/fragment_me_icon_parent_cl" |
| | | android:layout_width="match_parent" |