|
|
@@ -1,86 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
-
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_marginLeft="65dp"
|
|
|
- android:layout_marginRight="65dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/dialog_item_icon_iv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:minHeight="@dimen/view_size_80"
|
|
|
- android:minWidth="@dimen/view_size_80"
|
|
|
- android:src="@drawable/icon_lj" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/dialog_item_name_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="无敌大航海"
|
|
|
- style="@style/txt_big_style"
|
|
|
- app:layout_constraintStart_toEndOf="@id/dialog_item_icon_iv"
|
|
|
- android:layout_marginLeft="@dimen/content_padding"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/dialog_item_size_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="10M"
|
|
|
- android:textSize="@dimen/text_size_12"
|
|
|
- app:layout_constraintStart_toEndOf="@id/dialog_item_icon_iv"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/dialog_item_name_tv"
|
|
|
- android:layout_marginLeft="@dimen/content_padding"/>
|
|
|
-
|
|
|
- <ListView
|
|
|
- android:id="@+id/dialog_item_list"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/dialog_item_icon_iv"
|
|
|
- android:scrollbars="none"
|
|
|
- tools:layout_editor_absoluteX="0dp"
|
|
|
- android:visibility="gone"/>
|
|
|
- <com.sheep.gamegroup.view.customview.SProgress
|
|
|
- android:id="@+id/start_stask_sprogress"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_toLeftOf="@+id/frentallystart"
|
|
|
- android:padding="2dp"
|
|
|
- app:backColor="@color/bg_gray"
|
|
|
- app:minProgress="0"
|
|
|
- app:progressColor="@color/txt_bg_yellow"
|
|
|
- app:progressendcolor="#ffff6969"
|
|
|
- app:startprogress="0"
|
|
|
- app:textColor="#ffffffff"
|
|
|
- app:textsize="18sp"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/dialog_item_list"
|
|
|
- tools:layout_editor_absoluteX="8dp"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- android:minHeight="36dp"
|
|
|
- android:minWidth="151dp"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/doalog_item_get_rewards_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:minHeight="36dp"
|
|
|
- android:minWidth="151dp"
|
|
|
- android:text="领取奖励"
|
|
|
- android:textSize="18sp"
|
|
|
- android:background="@drawable/sp_bg_gradient_rectangle_yellow"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/start_stask_sprogress"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintBaseline_toBaselineOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"/>
|
|
|
-
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
-
|
|
|
-</RelativeLayout>
|