<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.shunzhi.parent.ui.fragment.MineFragment"> <!-- TODO: Update blank fragment layout --> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="#F0eff5" android:orientation="vertical"> <LinearLayout android:id="@+id/top_layout" android:paddingTop="20dp" android:layout_width="match_parent" android:layout_height="180dp" android:background="@drawable/backgroud_top" android:orientation="vertical"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="个人中心" android:textColor="@color/white" android:textSize="@dimen/txtsize_headline" /> <LinearLayout android:id="@+id/personinfo" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <com.makeramen.roundedimageview.RoundedImageView android:layout_width="60dp" android:layout_height="60dp" android:layout_margin="20dp" android:src="@color/white" app:riv_corner_radius="10dp" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="25dp" android:layout_weight="1" android:orientation="vertical"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="马铂賽" android:textColor="@color/white" android:textSize="@dimen/txtsize_headline" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="账号:12345678991" android:textColor="@color/white" android:textSize="@dimen/txtsize_title" /> </LinearLayout> <ImageView android:layout_width="40dp" android:layout_height="40dp" android:layout_marginRight="20dp" android:layout_gravity="center_vertical" android:src="@drawable/arrow_right" /> </LinearLayout> </LinearLayout> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/center_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="20dp" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/white" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:gravity="center_vertical" android:layout_height="40dp"> <TextView android:layout_width="25dp" android:layout_height="20dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/tiaoxing" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="我的订阅消息" android:textSize="@dimen/txtsize_title" /> <TextView android:layout_width="40dp" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="3" android:textSize="@dimen/sp_18" android:textColor="@color/textRed" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:background="@color/bottomline" /> <LinearLayout android:layout_width="match_parent" android:layout_height="40dp" android:gravity="center_vertical" > <TextView android:layout_width="25dp" android:layout_height="20dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/tiaoxing" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="订购详情" android:textSize="@dimen/txtsize_title" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:background="@color/bottomline" /> <LinearLayout android:layout_width="match_parent" android:layout_height="40dp" android:gravity="center_vertical" > <TextView android:layout_width="25dp" android:layout_height="30dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/buy" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="家校通订购" android:textSize="@dimen/txtsize_title" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:background="@color/bottomline" /> <LinearLayout android:id="@+id/childlayout" android:layout_width="match_parent" android:layout_height="40dp" android:gravity="center_vertical" > <TextView android:layout_width="25dp" android:layout_height="30dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/child" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="我的孩子" android:textSize="@dimen/txtsize_title" /> <TextView android:layout_width="80dp" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="未绑定" android:textSize="@dimen/sp_18" android:textColor="@color/textRed" /> </LinearLayout> </LinearLayout> <LinearLayout android:layout_marginTop="20dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/white" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:gravity="center_vertical" android:layout_height="40dp"> <TextView android:layout_width="25dp" android:layout_height="25dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/kefu" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="意见与反馈" android:textSize="@dimen/txtsize_title" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:background="@color/bottomline" /> <LinearLayout android:layout_width="match_parent" android:layout_height="40dp" android:gravity="center_vertical" > <TextView android:layout_width="25dp" android:layout_height="25dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/clean" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="清除缓存" android:textSize="@dimen/txtsize_title" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:background="@color/bottomline" /> <LinearLayout android:layout_width="match_parent" android:layout_height="40dp" android:gravity="center_vertical" > <TextView android:layout_width="25dp" android:layout_height="25dp" android:layout_marginLeft="15dp" android:layout_marginRight="30dp" android:background="@drawable/about" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:text="关于" android:textSize="@dimen/txtsize_title" /> </LinearLayout> </LinearLayout> </LinearLayout> </ScrollView> </LinearLayout> </FrameLayout>