| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/profile_bg" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | android:padding="5dp"> |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="90dp" |
| | | android:layout_weight="1" |
| | | android:scaleType="center" |
| | | android:scaleType="fitCenter" |
| | | |
| | | android:src="@drawable/head_select" /> |
| | | android:src="@drawable/head_select1" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_toRightOf="@+id/iv_head" |
| | | android:layout_weight="1" |
| | | android:textSize="9sp" |
| | | android:text="@string/name" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | |
| | | android:layout_marginRight="10dp" |
| | | android:layout_toRightOf="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | android:textSize="9sp" |
| | | android:text="@string/sex" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | |
| | | android:layout_below="@+id/tv_name" |
| | | android:layout_weight="2" |
| | | android:text="@string/user_id" |
| | | android:textSize="9sp" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | </LinearLayout> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="@string/begin_time" |
| | | android:textSize="9sp" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | |