|
@@ -1,21 +1,31 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="88dp"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
android:id="@+id/photo"
|
|
android:id="@+id/photo"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:background="@drawable/bg_photo"
|
|
|
|
|
- android:layout_height="88dp">
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="30dp"
|
|
|
|
|
- android:layout_height="24.5dp"
|
|
|
|
|
- android:src="@mipmap/paizhao"/>
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:textColor="#4AFE59"
|
|
|
|
|
- android:textSize="14sp"
|
|
|
|
|
- android:layout_marginTop="6dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="开始任务"/>
|
|
|
|
|
|
|
+ android:layout_height="88dp"
|
|
|
|
|
+ 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:textSize="14sp"
|
|
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="开始任务"/>
|
|
|
|
|
|
|
|
-</LinearLayout>
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+</LinearLayout>
|