mac
2024-10-22 572e05ea7dc60efc7721809b5155c1e01a78913a
app/src/main/res/layout/fragment_me.xml
@@ -5,6 +5,16 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bj">
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true"
        android:overScrollMode="never">
        <androidx.constraintlayout.widget.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    <!--头部标签-->
    <RelativeLayout
        android:id="@+id/title_cl"
@@ -28,7 +38,6 @@
    </RelativeLayout>
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/fragment_me_icon_parent_cl"
@@ -91,7 +100,6 @@
            app:layout_constraintTop_toTopOf="@+id/fragment_me_user_role_tv" />
    </androidx.constraintlayout.widget.ConstraintLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
@@ -120,6 +128,8 @@
            android:id="@+id/fragment_me_line_asregards_il"
            layout="@layout/fragment_me_line" />
    </LinearLayout>
        </androidx.constraintlayout.widget.ConstraintLayout>
    </androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>