sy_sdk_my_center.xml 4.2 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal">

    <LinearLayout
        android:layout_width="50dp"
        android:layout_height="match_parent"
        android:background="#ffffff"
        android:gravity="center_vertical"
        android:orientation="vertical">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@drawable/sy_sdk_bg_tab_right"
            android:orientation="vertical">

            <ListView
                android:id="@+id/lv_menu"
                android:layout_width="50dp"
                android:layout_height="match_parent"
                android:divider="@null"
                android:paddingTop="20dp"
                android:scrollbars="none" />
        </LinearLayout>

    </LinearLayout>

    <RelativeLayout
        android:id="@+id/ll_bg"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">


        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@drawable/sy_sdk_bg_tab_fra"
            android:visibility="visible">

            <LinearLayout
                android:id="@+id/ll_my_center"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_marginBottom="30dp"
                android:orientation="vertical"
                android:visibility="visible">


                <include layout="@layout/sy_sdk_fm_user_index" />

                <LinearLayout
                    android:id="@+id/ll_other"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:orientation="vertical"
                    android:visibility="visible">


                    <include layout="@layout/sy_sdk_view_title" />

                    <include layout="@layout/sy_sdk_view_title3" />

                    <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:orientation="vertical">


                        <include layout="@layout/sy_sdk_fm_auth_name" />

                        <include layout="@layout/sy_sdk_fm_bind_new_phone" />

                        <include layout="@layout/sy_sdk_fm_check_old_phone" />
                        <!--充值  -->
                        <include layout="@layout/sy_sdk_fm_charge" />

                        <include layout="@layout/sy_sdk_fm_change_pwd_by_pwd" />
                        <!--设置-->
                        <include layout="@layout/sy_sdk_fm_index_setting" />
                        <!--交易记录-->
                        <include layout="@layout/sy_sdk_fm_charge_list" />
                        <!--网页-->
                        <include layout="@layout/sy_sdk_fm_web" />

                        <!--                        <include layout="@layout/sy_sdk_fm_kefu" />-->

                        <!--                        <include layout="@layout/yun_sdk_layout_rv" />-->
                    </RelativeLayout>
                </LinearLayout>

            </LinearLayout>


            <include layout="@layout/sy_sdk_my_activity" />

            <include layout="@layout/sy_sdk_my_gift" />

            <include layout="@layout/sy_sdk_fm_kefu" />

            <include layout="@layout/sy_sdk_my_welfare" />

        </RelativeLayout>

        <!--        <ImageView-->
        <!--            android:id="@+id/yun_sdk_iv_cancel_all"-->
        <!--            android:layout_width="45dp"-->
        <!--            android:layout_height="45dp"-->
        <!--            android:layout_alignParentRight="true"-->
        <!--            android:gravity="center"-->
        <!--            android:padding="10dp"-->
        <!--            android:src="@drawable/sy_sdk_old_cancel"-->
        <!--            android:visibility="gone" />-->


    </RelativeLayout>
</LinearLayout>