| | |
| | | <ImageView |
| | | android:id="@+id/iv_head" |
| | | android:layout_width="0dp" |
| | | android:layout_height="70dp" |
| | | android:layout_height="90dp" |
| | | android:layout_weight="1" |
| | | android:scaleType="fitXY" |
| | | |
| | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="90dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_weight="3" |
| | | android:orientation="vertical"> |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:orientation="horizontal" |
| | | > |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | |
| | | android:text="姓名:lizanwei" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_toRightOf="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | android:text="性别:男" |
| | | android:textColor="@android:color/white"/> |
| | | |
| | | <TextView |
| | | android:visibility="gone" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_toRightOf="@+id/tv_sex" |
| | | android:layout_weight="1" |
| | | android:text="电子教练:高级" |
| | | android:textColor="@android:color/white" /> |
| | | android:textColor="@android:color/white" |
| | | android:visibility="gone" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_height="0dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:layout_weight="1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_toRightOf="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | > |
| | | android:text="性别:男" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_use_time" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="用时:" |
| | | android:textColor="@android:color/white" |
| | | |
| | | android:visibility="gone" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:layout_weight="1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_ID" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_below="@+id/tv_name" |
| | | android:layout_weight="2" |
| | | android:text="@string/user_id" |
| | | android:textColor="@android:color/white" /> |
| | | <TextView |
| | | android:id="@+id/tv_use_time" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:text="用时:" |
| | | |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_weight="1" |
| | | android:layout_height="0dp" |
| | | > |
| | | android:layout_weight="1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_start_time" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="开始时间:" |
| | | android:layout_weight="1" |
| | | android:text="开始时间:" |
| | | android:textColor="@android:color/white"/> |
| | | |
| | | |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="90dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_gps" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="100dp" |
| | | |
| | | android:layout_weight="0.5" |
| | | android:layout_height="40dp" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | > |
| | | android:orientation="horizontal"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_gps" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:id="@+id/iv_gps" |
| | | android:src="@drawable/gps" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_sat_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/white" |
| | | android:id="@+id/tv_sat_num" |
| | | android:gravity="center" |
| | | android:text="10" /> |
| | | android:text="10" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical" |
| | | > |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@+id/ll_gps" |
| | | android:id="@+id/iv_rtk_connect" |
| | | android:src="@drawable/antennaxml" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="0dp" |
| | | </RelativeLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="100dp" |
| | | |
| | | android:layout_weight="1" |
| | | android:layout_marginBottom="5dp" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_total_score" |
| | | android:layout_width="90dp" |
| | | android:layout_height="40dp" |
| | | android:layout_marginTop="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:background="@android:color/holo_green_dark" |
| | | android:padding="5dp" |
| | | android:id="@+id/tv_total_score" |
| | | android:text="@string/total_score" /> |
| | | android:text="@string/total_score" |
| | | android:gravity="center" |
| | | android:textSize="20sp" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:textColor="@android:color/white" |
| | | android:text="当前得分" /> |
| | | android:layout_height="wrap_content" |
| | | android:text="当前得分" |
| | | android:gravity="center" |
| | | android:textColor="@android:color/white" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |