左晓为主开发手持机充值管理机
zuoxiao
2025-03-20 e863cc5da7b0c581c65d7e16ac3aa2ff9d98e4fc
generallibrary/src/main/res/layout/fragment_my.xml
@@ -6,23 +6,13 @@
    android:orientation="vertical"
    android:background="#F5F5F5">
    <RelativeLayout
        android:id="@+id/header_layout"
    <com.dayu.baselibrary.view.TitleBar
        android:id="@+id/titleBar"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dimen_title_height"
        android:background="@color/bottom_color"
        android:elevation="4dp">
        <TextView
            android:id="@+id/titleBar"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:text="我的"
            android:textColor="@color/white"
            android:textSize="@dimen/title_text_size"
            android:textStyle="bold" />
    </RelativeLayout>
        android:background="@color/title_bar_bg"
        android:elevation="4dp"
        app:centerText="我的" />
    <ScrollView
        android:layout_width="match_parent"