|
@@ -9,64 +9,78 @@
|
|
|
android:id="@+id/find_information_game_icon"
|
|
android:id="@+id/find_information_game_icon"
|
|
|
android:layout_width="70dp"
|
|
android:layout_width="70dp"
|
|
|
android:layout_height="70dp"
|
|
android:layout_height="70dp"
|
|
|
- android:src="@mipmap/icon"/>
|
|
|
|
|
|
|
+ android:src="@mipmap/icon" />
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/find_information_game_name"
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/find_information_game_name_ll"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginStart="5dp"
|
|
|
|
|
- android:maxLines="2"
|
|
|
|
|
- android:text="小绵羊小绵羊小绵羊小绵羊小小绵羊小绵羊小绵羊小绵羊小小绵羊小绵羊小绵羊小绵羊小小绵羊小绵羊小绵羊小绵羊小"
|
|
|
|
|
- android:textColor="#444444"
|
|
|
|
|
- android:textSize="14sp"
|
|
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/find_information_game_surplus"
|
|
|
|
|
|
|
+ android:layout_height="70dp"
|
|
|
|
|
+ android:layout_marginStart="@dimen/content_padding"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/find_information_game_task_bottom"
|
|
app:layout_constraintEnd_toStartOf="@+id/find_information_game_task_bottom"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/find_information_game_icon"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="@+id/find_information_game_icon" />
|
|
|
|
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/find_information_game_icon">
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/find_information_game_surplus"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/app_name"
|
|
|
|
|
- android:textColor="#cc8e8e8e"
|
|
|
|
|
- android:textSize="10sp"
|
|
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/find_information_game_time"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="@+id/find_information_game_name"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/find_information_game_name" />
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/find_information_game_surplus1"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/app_name"
|
|
|
|
|
- android:textColor="#cc8e8e8e"
|
|
|
|
|
- android:textSize="10sp"
|
|
|
|
|
- android:visibility="gone"
|
|
|
|
|
- android:layout_marginStart="@dimen/content_padding"
|
|
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/find_information_game_time"
|
|
|
|
|
- app:layout_constraintStart_toEndOf="@+id/find_information_game_surplus"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/find_information_game_name" />
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/find_information_game_name"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:maxLines="2"
|
|
|
|
|
+ android:text="小绵羊小绵羊小绵羊小绵羊小小绵羊小绵羊小绵羊小绵羊小小绵羊小绵羊小绵羊小绵羊小小绵羊小绵羊小绵羊小绵羊小"
|
|
|
|
|
+ android:textColor="#444444"
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/find_information_game_time"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/app_name"
|
|
|
|
|
- android:textColor="#cc8e8e8e"
|
|
|
|
|
- android:textSize="10sp"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/find_information_game_icon"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="@+id/find_information_game_name"
|
|
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/find_information_game_surplus" />
|
|
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
|
+ android:layout_weight="3" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/find_information_game_surplus"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="@string/app_name"
|
|
|
|
|
+ android:textColor="#cc8e8e8e"
|
|
|
|
|
+ android:textSize="10sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/find_information_game_surplus1"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginStart="@dimen/content_padding"
|
|
|
|
|
+ android:text="@string/app_name"
|
|
|
|
|
+ android:textColor="#cc8e8e8e"
|
|
|
|
|
+ android:textSize="10sp"
|
|
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <View
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
|
+ android:layout_weight="1" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/find_information_game_time"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="@string/app_name"
|
|
|
|
|
+ android:textColor="#cc8e8e8e"
|
|
|
|
|
+ android:textSize="10sp" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/find_information_game_yuan"
|
|
android:id="@+id/find_information_game_yuan"
|
|
|
android:layout_width="@dimen/find_bt_with"
|
|
android:layout_width="@dimen/find_bt_with"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:gravity="center"
|
|
|
android:text="@string/app_name"
|
|
android:text="@string/app_name"
|
|
|
android:textColor="@color/red"
|
|
android:textColor="@color/red"
|
|
|
android:textSize="17sp"
|
|
android:textSize="17sp"
|
|
|
- android:gravity="center"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
@@ -77,34 +91,39 @@
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/find_information_game_task_center"
|
|
android:id="@+id/find_information_game_task_center"
|
|
|
style="@style/style_button_find"
|
|
style="@style/style_button_find"
|
|
|
android:text="接受任务"
|
|
android:text="接受任务"
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/find_information_game_task_bottom"
|
|
android:id="@+id/find_information_game_task_bottom"
|
|
|
style="@style/style_button_find"
|
|
style="@style/style_button_find"
|
|
|
android:text="接受任务"
|
|
android:text="接受任务"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/find_information_game_name" />
|
|
|
|
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/find_information_game_name_ll" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/find_information_game_task_end_time"
|
|
android:id="@+id/find_information_game_task_end_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="#66FFFFFF"
|
|
|
|
|
|
|
+ android:layout_marginEnd="@dimen/content_padding_4"
|
|
|
|
|
+ android:layout_marginStart="@dimen/content_padding_4"
|
|
|
|
|
+ android:layout_marginTop="55dp"
|
|
|
|
|
+ android:background="@drawable/shape_ash_stroke_white_solid_rectangle"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:textSize="12sp"
|
|
|
|
|
- android:textColor="#ff2d4b"
|
|
|
|
|
android:text="@string/app_name"
|
|
android:text="@string/app_name"
|
|
|
android:lines="1"
|
|
android:lines="1"
|
|
|
- app:layout_constraintStart_toStartOf="@+id/find_information_game_icon"
|
|
|
|
|
|
|
+ android:textColor="#989898"
|
|
|
|
|
+ android:textSize="12sp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
app:layout_constraintEnd_toEndOf="@+id/find_information_game_icon"
|
|
app:layout_constraintEnd_toEndOf="@+id/find_information_game_icon"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/find_information_game_icon"
|
|
|
|
|
- android:visibility="gone"/>
|
|
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="@+id/find_information_game_icon"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
</android.support.constraint.ConstraintLayout>
|