| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/colorAccent" |
| | | android:background="@color/profile_bg" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | android:padding="10dp"> |
| | | android:padding="5dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_head" |
| | |
| | | android:layout_toRightOf="@+id/iv_head" |
| | | android:layout_weight="1" |
| | | android:text="姓名:lizanwei" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | |
| | | android:layout_toRightOf="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | android:text="性别:男" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white"/> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_toRightOf="@+id/tv_sex" |
| | | android:layout_weight="1" |
| | | android:text="电子教练:高级" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_below="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | android:text="@string/user_id" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/inspect" |
| | |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/inspector" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white"/> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="开始时间:" |
| | | android:layout_weight="1" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white"/> |
| | | |
| | | |
| | | <TextView |
| | |
| | | |
| | | android:text="用时:" |
| | | |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/view_map" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="查看地图" |
| | | android:textColor="@color/colorPrimary" /> |
| | | android:textColor="@android:color/white"/> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | |
| | | android:src="@drawable/wheel" /> |
| | | android:src="@drawable/antenna" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_weight="1" |
| | | android:layout_marginBottom="5dp" |
| | | android:layout_marginTop="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:background="@android:color/holo_green_dark" |
| | | android:padding="5dp" |
| | | android:text="100" /> |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:textColor="@android:color/white" |
| | | android:text="当前得分" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |