Explorar el Código

一分钟了解小绵羊界面修改

zengjiebin hace 8 años
padre
commit
1d48fd87b9
Se han modificado 26 ficheros con 739 adiciones y 20 borrados
  1. 2 0
      app/src/main/java/com/kfzs/duanduan/fragment/FgtSmallSheep.java
  2. 1 7
      app/src/main/java/com/sheep/gamegroup/util/Jump2View.java
  3. BIN
      app/src/main/res/drawable-xxhdpi/understand_small_bg.webp
  4. 6 0
      app/src/main/res/drawable/shape_circle_blue.xml
  5. 6 0
      app/src/main/res/drawable/shape_circle_blue_translucent.xml
  6. 7 0
      app/src/main/res/drawable/shape_circle_white.xml
  7. 32 0
      app/src/main/res/drawable/x_shap_shadow_stroke_rectgangle.xml
  8. 679 9
      app/src/main/res/layout/act_understand_sheep.xml
  9. 2 2
      app/src/main/res/layout/homepage_act_layout.xml
  10. 4 2
      app/src/main/res/layout/login_act_layout.xml
  11. BIN
      app/src/main/res/mipmap-xhdpi/x_ic_login_bg_sure.png
  12. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_01.webp
  13. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_02.webp
  14. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_03.webp
  15. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_04.webp
  16. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_05.webp
  17. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_1.webp
  18. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_2.webp
  19. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_3.webp
  20. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_a.webp
  21. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_b.webp
  22. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_c.webp
  23. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_d.webp
  24. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_e.webp
  25. BIN
      app/src/main/res/mipmap-xxhdpi/understand_sheep_f.webp
  26. BIN
      app/src/main/res/mipmap-xxhdpi/x_ic_login_bg_sure.png

+ 2 - 0
app/src/main/java/com/kfzs/duanduan/fragment/FgtSmallSheep.java

@@ -407,6 +407,8 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
                 Jump2View.getInstance().tryGoWxfz(activity,null);
                 break;
             case R.id.icon_layout://
+                Jump2View.getInstance().goUnderstandSheep(activity, null);
+                break;
             case R.id.info_layout://其它信息
                 Jump2View.getInstance().goPersonnalCenterView(activity, null);
                 break;

+ 1 - 7
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -18,12 +18,9 @@ import com.sheep.gamegroup.model.entity.NewbieTask;
 import com.sheep.gamegroup.model.entity.NewbieTaskRecord;
 import com.sheep.gamegroup.model.entity.TaskAcceptedEty;
 import com.sheep.gamegroup.model.entity.TaskEty;
-import com.sheep.gamegroup.model.entity.TaskReleaseEty;
 import com.sheep.gamegroup.model.entity.UserEntity;
-import com.sheep.gamegroup.model.entity.WXOnHookAccount;
-import com.sheep.gamegroup.model.util.EntityUtils;
-import com.sheep.gamegroup.model.util.SheepSubscriber;
 import com.sheep.gamegroup.model.entity.WebviewEntity;
+import com.sheep.gamegroup.model.util.SheepSubscriber;
 import com.sheep.gamegroup.view.activity.AccountAndSecurityAct;
 import com.sheep.gamegroup.view.activity.ActCreditCardTaskList;
 import com.sheep.gamegroup.view.activity.ActCreditCardWeb;
@@ -45,7 +42,6 @@ import com.sheep.gamegroup.view.activity.DialogActivity;
 import com.sheep.gamegroup.view.activity.DialogToastAct;
 import com.sheep.gamegroup.view.activity.LieMakeMoneyAct;
 import com.sheep.gamegroup.view.activity.LoginAct;
-import com.sheep.gamegroup.view.activity.MiddleAct;
 import com.sheep.gamegroup.view.activity.PersionInfoAct;
 import com.sheep.gamegroup.view.activity.PersonalCenterAct;
 import com.sheep.gamegroup.view.activity.PhoneAct;
@@ -70,9 +66,7 @@ import com.sheep.jiuyan.samllsheep.utils.SpUtils;
 
 import org.xutils.ex.DbException;
 
-import okhttp3.Callback;
 import rx.android.schedulers.AndroidSchedulers;
-import rx.functions.Action;
 import rx.functions.Action1;
 import rx.schedulers.Schedulers;
 

BIN
app/src/main/res/drawable-xxhdpi/understand_small_bg.webp


+ 6 - 0
app/src/main/res/drawable/shape_circle_blue.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="oval">
+    <solid
+        android:color="#259FEC"/>
+</shape>

+ 6 - 0
app/src/main/res/drawable/shape_circle_blue_translucent.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="oval">
+    <solid
+        android:color="#72259FEC"/>
+</shape>

+ 7 - 0
app/src/main/res/drawable/shape_circle_white.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="oval">
+    <stroke
+        android:width="1dp"
+        android:color="#ffffff"/>
+</shape>

+ 32 - 0
app/src/main/res/drawable/x_shap_shadow_stroke_rectgangle.xml

@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+    <!--第一层-->
+    <item>
+        <shape>
+            <!--描边-->
+            <stroke
+                android:width="3px"
+                android:color="#5ebffc"
+                />
+
+            <corners android:radius="19dp" />
+        </shape>
+    </item>
+    <!--第二层-->
+    <item
+        android:left="1px"
+        android:top="1px"
+        android:bottom="1px"
+        android:right="1px">
+        <shape>
+            <!--描边-->
+            <stroke
+                android:width="1px"
+                android:color="#e0f8ff"
+                />
+
+            <corners android:radius="18dp" />
+        </shape>
+    </item>
+
+</layer-list>

+ 679 - 9
app/src/main/res/layout/act_understand_sheep.xml

@@ -1,38 +1,708 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:background="@color/bg_gray"
     android:orientation="vertical">
 
     <include layout="@layout/title" />
+
     <ScrollView
         android:layout_width="match_parent"
         android:layout_height="match_parent">
+
         <RelativeLayout
             android:layout_width="match_parent"
             android:layout_height="wrap_content">
+
+            <View
+                android:layout_width="match_parent"
+                android:layout_height="258dp"
+                android:background="#259FEC" />
+
             <ImageView
-                android:id="@+id/i_understand_iv"
+                android:layout_width="56dp"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="32dp"
+                android:layout_marginTop="70dp"
+                android:adjustViewBounds="true"
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_1" />
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="28dp"
+                android:layout_marginTop="90dp"
+                android:text="小绵羊是什么"
+                android:textColor="@color/white"
+                android:textSize="30sp"
+                android:textStyle="bold" />
+
+            <TextView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginEnd="12dp"
+                android:layout_marginStart="28dp"
+                android:layout_marginTop="154dp"
+                android:lineSpacingExtra="9dp"
+                android:text="简单来说,只要你有一部手机,下载小绵羊APP,每天动动手指完成任务就能赚取零花钱,月入1000元~"
+                android:textColor="@color/white"
+                android:textSize="14sp" />
+
+
+            <View
                 android:layout_width="match_parent"
-                android:layout_height="match_parent"
+                android:layout_height="1280dp"
+                android:layout_marginTop="258dp"
+                android:background="#EFF0F2" />
+
+
+            <ImageView
+                android:layout_width="56dp"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="32dp"
+                android:layout_marginTop="320dp"
+                android:adjustViewBounds="true"
                 android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_2" />
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="28dp"
+                android:layout_marginTop="338dp"
+                android:text="任务提交流程"
+                android:textColor="#259FEC"
+                android:textSize="30sp"
+                android:textStyle="bold" />
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="60dp"
+                android:layout_marginTop="410dp"
+                android:text="(例子)"
+                android:textColor="#259FEC"
+                android:textSize="15sp" />
+
+            <ImageView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginEnd="20dp"
+                android:layout_marginStart="54dp"
+                android:layout_marginTop="438dp"
+                android:adjustViewBounds="true"
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_01" />
+
+            <ImageView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginEnd="20dp"
+                android:layout_marginStart="54dp"
+                android:layout_marginTop="644dp"
+                android:adjustViewBounds="true"
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_02" />
+
+            <ImageView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginEnd="20dp"
+                android:layout_marginStart="54dp"
+                android:layout_marginTop="868dp"
+                android:adjustViewBounds="true"
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_03" />
+
+            <ImageView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginEnd="20dp"
+                android:layout_marginStart="54dp"
+                android:layout_marginTop="1084dp"
+                android:adjustViewBounds="true"
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_04" />
+
+            <ImageView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginEnd="20dp"
+                android:layout_marginStart="54dp"
+                android:layout_marginTop="1300dp"
+                android:adjustViewBounds="true"
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_05" />
+
+            <View
+                android:layout_width="22dp"
+                android:layout_height="22dp"
+                android:layout_marginStart="18dp"
+                android:layout_marginTop="442dp"
+                android:background="@drawable/shape_circle_blue_translucent" />
+
+            <View
+                android:layout_width="13dp"
+                android:layout_height="13dp"
+                android:layout_marginStart="23dp"
+                android:layout_marginTop="446dp"
+                android:background="@drawable/shape_circle_blue" />
+
+            <View
+                android:layout_width="22dp"
+                android:layout_height="22dp"
+                android:layout_marginStart="18dp"
+                android:layout_marginTop="646dp"
+                android:background="@drawable/shape_circle_blue_translucent" />
+
+            <View
+                android:layout_width="13dp"
+                android:layout_height="13dp"
+                android:layout_marginStart="23dp"
+                android:layout_marginTop="650dp"
+                android:background="@drawable/shape_circle_blue" />
+
+            <View
+                android:layout_width="22dp"
+                android:layout_height="22dp"
+                android:layout_marginStart="18dp"
+                android:layout_marginTop="871dp"
+                android:background="@drawable/shape_circle_blue_translucent" />
+
+            <View
+                android:layout_width="13dp"
+                android:layout_height="13dp"
+                android:layout_marginStart="23dp"
+                android:layout_marginTop="875dp"
+                android:background="@drawable/shape_circle_blue" />
+
+            <View
+                android:layout_width="22dp"
+                android:layout_height="22dp"
+                android:layout_marginStart="18dp"
+                android:layout_marginTop="1087dp"
+                android:background="@drawable/shape_circle_blue_translucent" />
+
+            <View
+                android:layout_width="13dp"
+                android:layout_height="13dp"
+                android:layout_marginStart="23dp"
+                android:layout_marginTop="1091dp"
+                android:background="@drawable/shape_circle_blue" />
+
+            <View
+                android:layout_width="1px"
+                android:layout_height="1012dp"
+                android:layout_marginStart="29dp"
+                android:layout_marginTop="458dp"
+                android:background="#259FEC" />
+
+
+            <View
+                android:layout_width="match_parent"
+                android:layout_height="946dp"
+                android:layout_marginTop="1538dp"
+                android:background="#259FEC" />
+
+            <ImageView
+                android:layout_width="56dp"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="32dp"
+                android:layout_marginTop="1580dp"
                 android:adjustViewBounds="true"
-                android:src="@drawable/understand_small_bg"/>
+                android:scaleType="fitXY"
+                android:src="@mipmap/understand_sheep_3" />
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_marginStart="28dp"
+                android:layout_marginTop="1599dp"
+                android:text="小绵羊可以做什么"
+                android:textColor="@color/white"
+                android:textSize="30sp"
+                android:textStyle="bold" />
+
+            <android.support.constraint.ConstraintLayout
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginTop="1660dp">
+
+                <ImageView
+                    android:id="@+id/understand_sheep_a_iv"
+                    android:layout_width="49dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="28dp"
+                    android:adjustViewBounds="true"
+                    android:scaleType="fitXY"
+                    android:src="@mipmap/understand_sheep_a"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <View
+                    android:id="@+id/understand_sheep_a_v"
+                    android:layout_width="56dp"
+                    android:layout_height="56dp"
+                    android:layout_marginTop="24dp"
+                    android:background="@drawable/shape_circle_white"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <ImageView
+                    android:id="@+id/understand_sheep_b_iv"
+                    android:layout_width="49dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="28dp"
+                    android:adjustViewBounds="true"
+                    android:scaleType="fitXY"
+                    android:src="@mipmap/understand_sheep_b"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <View
+                    android:id="@+id/understand_sheep_b_v"
+                    android:layout_width="56dp"
+                    android:layout_height="56dp"
+                    android:layout_marginTop="24dp"
+                    android:background="@drawable/shape_circle_white"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_a_tv_1"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="100dp"
+                    android:gravity="center"
+                    android:text="游戏试玩"
+                    android:textColor="@color/white"
+                    android:textSize="25sp"
+                    app:layout_constraintEnd_toStartOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_b_tv_1"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="100dp"
+                    android:gravity="center"
+                    android:text="APP试用"
+                    android:textColor="@color/white"
+                    android:textSize="25sp"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toEndOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_a_tv_2"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="150dp"
+                    android:gravity="center"
+                    android:text="个性化定制游戏任务"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_b_tv_2"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="150dp"
+                    android:gravity="center"
+                    android:text="根据合作需求"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_a_tv_3"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="170dp"
+                    android:gravity="center"
+                    android:text="操作简单"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_b_tv_3"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="170dp"
+                    android:gravity="center"
+                    android:text="推出APP"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_a_tv_4"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="190dp"
+                    android:gravity="center"
+                    android:text="轻松试玩游戏"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_a_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_b_tv_4"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="190dp"
+                    android:gravity="center"
+                    android:text="试玩任务"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_b_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+            </android.support.constraint.ConstraintLayout>
+
+            <android.support.constraint.ConstraintLayout
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginTop="1890dp">
+
+                <ImageView
+                    android:id="@+id/understand_sheep_c_iv"
+                    android:layout_width="49dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="28dp"
+                    android:adjustViewBounds="true"
+                    android:scaleType="fitXY"
+                    android:src="@mipmap/understand_sheep_c"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <View
+                    android:id="@+id/understand_sheep_c_v"
+                    android:layout_width="56dp"
+                    android:layout_height="56dp"
+                    android:layout_marginTop="24dp"
+                    android:background="@drawable/shape_circle_white"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <ImageView
+                    android:id="@+id/understand_sheep_d_iv"
+                    android:layout_width="49dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="28dp"
+                    android:adjustViewBounds="true"
+                    android:scaleType="fitXY"
+                    android:src="@mipmap/understand_sheep_d"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <View
+                    android:id="@+id/understand_sheep_d_v"
+                    android:layout_width="56dp"
+                    android:layout_height="56dp"
+                    android:layout_marginTop="24dp"
+                    android:background="@drawable/shape_circle_white"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_c_tv_1"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="100dp"
+                    android:gravity="center"
+                    android:text="云端挂机"
+                    android:textColor="@color/white"
+                    android:textSize="25sp"
+                    app:layout_constraintEnd_toStartOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_d_tv_1"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="100dp"
+                    android:gravity="center"
+                    android:text=" 信用卡 "
+                    android:textColor="@color/white"
+                    android:textSize="25sp"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toEndOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_c_tv_2"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="150dp"
+                    android:gravity="center"
+                    android:text="利用闲置微信号"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_d_tv_2"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="150dp"
+                    android:gravity="center"
+                    android:text="金融业务"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_c_tv_3"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="170dp"
+                    android:gravity="center"
+                    android:text="通过机器人"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_d_tv_3"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="170dp"
+                    android:gravity="center"
+                    android:text="线上"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_c_tv_4"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="190dp"
+                    android:gravity="center"
+                    android:text="自动完成任务"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_c_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_d_tv_4"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="190dp"
+                    android:gravity="center"
+                    android:text="申请信用卡"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_d_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+            </android.support.constraint.ConstraintLayout>
+
+            <android.support.constraint.ConstraintLayout
+                android:id="@+id/understand_sheep_cl"
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:layout_marginTop="2126dp">
+
+                <ImageView
+                    android:id="@+id/understand_sheep_e_iv"
+                    android:layout_width="49dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="28dp"
+                    android:adjustViewBounds="true"
+                    android:scaleType="fitXY"
+                    android:src="@mipmap/understand_sheep_e"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <View
+                    android:id="@+id/understand_sheep_e_v"
+                    android:layout_width="56dp"
+                    android:layout_height="56dp"
+                    android:layout_marginTop="24dp"
+                    android:background="@drawable/shape_circle_white"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <ImageView
+                    android:id="@+id/understand_sheep_f_iv"
+                    android:layout_width="49dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="28dp"
+                    android:adjustViewBounds="true"
+                    android:scaleType="fitXY"
+                    android:src="@mipmap/understand_sheep_f"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <View
+                    android:id="@+id/understand_sheep_f_v"
+                    android:layout_width="56dp"
+                    android:layout_height="56dp"
+                    android:layout_marginTop="24dp"
+                    android:background="@drawable/shape_circle_white"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_e_tv_1"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="100dp"
+                    android:gravity="center"
+                    android:text="好友邀请"
+                    android:textColor="@color/white"
+                    android:textSize="25sp"
+                    app:layout_constraintEnd_toStartOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_f_tv_1"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="100dp"
+                    android:gravity="center"
+                    android:text="现金提现"
+                    android:textColor="@color/white"
+                    android:textSize="25sp"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toEndOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_e_tv_2"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="150dp"
+                    android:gravity="center"
+                    android:text="邀请好友"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_f_tv_2"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="150dp"
+                    android:gravity="center"
+                    android:text="支持微信"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_e_tv_3"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="170dp"
+                    android:gravity="center"
+                    android:text="一起玩"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_f_tv_3"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="170dp"
+                    android:gravity="center"
+                    android:text="提现"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_e_tv_4"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="190dp"
+                    android:gravity="center"
+                    android:text="享受私额外收益"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_e_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+
+                <TextView
+                    android:id="@+id/understand_sheep_f_tv_4"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="190dp"
+                    android:gravity="center"
+                    android:text="实时到账"
+                    android:textColor="@color/white"
+                    android:textSize="12sp"
+                    app:layout_constraintEnd_toEndOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintStart_toStartOf="@+id/understand_sheep_f_tv_1"
+                    app:layout_constraintTop_toTopOf="parent" />
+            </android.support.constraint.ConstraintLayout>
+
             <TextView
                 android:id="@+id/i_understand_tv"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
-                android:textColor="#259FEC"
+                android:layout_below="@+id/understand_sheep_cl"
                 android:layout_centerHorizontal="true"
-                android:layout_alignBottom="@+id/i_understand_iv"
-                android:layout_marginBottom="@dimen/content_padding_40"
-                android:paddingTop="@dimen/content_padding_10"
+                android:layout_marginTop="60dp"
+                android:background="@drawable/sp_appointment_bg"
                 android:paddingBottom="@dimen/content_padding_10"
                 android:paddingLeft="@dimen/content_padding_30"
                 android:paddingRight="@dimen/content_padding_30"
-                android:background="@drawable/sp_appointment_bg"
-                android:text="我知道了"/>
+                android:paddingTop="@dimen/content_padding_10"
+                android:text="我知道了"
+                android:textColor="#259FEC" />
         </RelativeLayout>
     </ScrollView>
 </LinearLayout>

+ 2 - 2
app/src/main/res/layout/homepage_act_layout.xml

@@ -84,8 +84,8 @@
         android:paddingStart="@dimen/content_padding_10"
         android:paddingEnd="@dimen/content_padding_10"
         android:layout_margin="@dimen/content_padding_10"
-        android:layout_alignParentTop="true"
-        android:layout_alignParentEnd="true"
+        android:layout_alignParentBottom="true"
+        android:layout_alignParentStart="true"
         android:text="切换服务器"
         android:visibility="gone"/>
 </RelativeLayout>

+ 4 - 2
app/src/main/res/layout/login_act_layout.xml

@@ -15,14 +15,16 @@
         <TextView
             android:id="@+id/tel_login_tv"
             android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
+            android:layout_height="38dp"
             android:text="手机号登录"
             android:layout_alignParentBottom="true"
             android:layout_centerHorizontal="true"
             style="@style/login_btn"
+            android:paddingStart="@dimen/content_padding_40"
+            android:paddingEnd="@dimen/content_padding_40"
             android:gravity="center"
             android:textColor="@color/txt_white"
-            android:background="@mipmap/x_ic_login_bg_sure"
+            android:background="@drawable/x_shap_shadow_stroke_rectgangle"
             android:layout_marginBottom="@dimen/content_padding_65"
             android:layout_marginTop="@dimen/content_padding_20"/>
 

BIN
app/src/main/res/mipmap-xhdpi/x_ic_login_bg_sure.png


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_01.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_02.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_03.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_04.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_05.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_1.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_2.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_3.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_a.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_b.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_c.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_d.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_e.webp


BIN
app/src/main/res/mipmap-xxhdpi/understand_sheep_f.webp


BIN
app/src/main/res/mipmap-xxhdpi/x_ic_login_bg_sure.png