| | |
| | | android:background="@color/text_F9FAFB"> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/fragment_me_line_cl" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | |
| | | <!--加大点击热区--> |
| | | <TextView |
| | | android:id="@+id/fragment_me_line_right_icon_click_iv" |
| | | android:layout_width="@dimen/dp_80" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | app:layout_constraintBottom_toBottomOf="@id/fragment_me_line_left_icon_iv" |
| | | app:layout_constraintEnd_toEndOf="parent" |