|
|
@@ -0,0 +1,77 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="160dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:id="@+id/photo"
|
|
|
+ android:gravity="center"
|
|
|
+ android:background="@drawable/bg_task_list"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center">
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/da"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:layout_width="94dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:background="@drawable/bg_photo_l"
|
|
|
+ android:layout_height="94dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="88dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:gravity="center"
|
|
|
+ android:background="@drawable/bg_photo"
|
|
|
+ android:layout_height="88dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="24.5dp"
|
|
|
+ android:src="@mipmap/paizhao"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="#4AFE59"
|
|
|
+ android:id="@+id/text"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="开始任务"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="94dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:id="@+id/xiao"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:gravity="center"
|
|
|
+ android:background="@drawable/bg_photo_l"
|
|
|
+ android:layout_height="94dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:background="@drawable/bg_photo"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_height="60dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@mipmap/paizhao"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="#4AFE59"
|
|
|
+ android:id="@+id/text2"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="开始任务"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+</LinearLayout>
|