| | |
| | | android:layout_height="match_parent" |
| | | android:background="@color/bg_color"> |
| | | |
| | | <com.dayu.pipirrapp.view.TitleBar |
| | | |
| | | <include |
| | | android:id="@+id/title" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:layout_alignParentTop="true" |
| | | |
| | | app:centerText="个人中心" /> |
| | | |
| | | layout="@layout/top_title" /> |
| | | |
| | | <View |
| | | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="200dp" |
| | | android:layout_height="150dp" |
| | | android:layout_below="@+id/title" |
| | | android:background="@color/title_color" /> |
| | | |
| | |
| | | <RelativeLayout |
| | | android:id="@+id/headRL_top" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="190dp" |
| | | android:layout_height="150dp" |
| | | android:layout_below="@+id/title" |
| | | android:layout_marginLeft="25dp" |
| | | android:layout_marginTop="25dp" |
| | |
| | | android:layout_marginTop="1dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/changePS" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | |