|
|
@@ -0,0 +1,201 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:context=".WelcomeActivity">
|
|
|
+
|
|
|
+ <com.ht.gate.VideoBackground
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent" />
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="260dp"
|
|
|
+ android:background="@android:color/white"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="68dp"
|
|
|
+ android:fontFamily="@font/fzqkbysjw"
|
|
|
+ android:text="财富管理室"
|
|
|
+ android:textColor="#222639"
|
|
|
+ android:textSize="32sp"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toLeftOf="@id/tv_room_name"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_room_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:fontFamily="@font/fzqkbysjw"
|
|
|
+ android:text="A101"
|
|
|
+ android:textColor="#222639"
|
|
|
+ android:textSize="80sp"
|
|
|
+ app:layout_constraintBaseline_toBaselineOf="@id/tv1"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/tv1"
|
|
|
+ app:layout_constraintRight_toRightOf="parent" />
|
|
|
+
|
|
|
+ <com.ht.gate.UnlockView
|
|
|
+ android:layout_width="338dp"
|
|
|
+ android:layout_height="71dp"
|
|
|
+ android:layout_marginTop="129dp"
|
|
|
+ app:darkMode="true"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ <ImageButton
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="18dp"
|
|
|
+ android:layout_marginRight="18dp"
|
|
|
+ android:background="@android:color/transparent"
|
|
|
+ android:padding="0dp"
|
|
|
+ android:src="@mipmap/icon_setting_dark"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginTop="223dp"
|
|
|
+ android:background="@drawable/bg_welcome"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="44dp"
|
|
|
+ android:layout_marginTop="73dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:fontFamily="@font/fzqkbysjw"
|
|
|
+ android:text="欢迎,黄先生"
|
|
|
+ android:textColor="#E4BF85"
|
|
|
+ android:textSize="64sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="18dp"
|
|
|
+ android:fontFamily="@font/fzqkbysjw"
|
|
|
+ android:text="财富管理专属服务"
|
|
|
+ android:textColor="#E4BF85"
|
|
|
+ android:textSize="38sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="44dp"
|
|
|
+ android:layout_height="2dp"
|
|
|
+ android:layout_marginTop="35dp"
|
|
|
+ android:background="#E4BF85" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12sp"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_light"
|
|
|
+ android:text="您的专属投顾"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="21sp" />
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_adviser_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:text="黄展涛"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="39sp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_rate"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_light"
|
|
|
+ android:text="4.9分"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="24sp"
|
|
|
+ app:layout_constraintBaseline_toBaselineOf="@id/tv_adviser_name"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/tv_adviser_name" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_light"
|
|
|
+ android:text="/5分"
|
|
|
+ android:textColor="#90ffffff"
|
|
|
+ android:textSize="12sp"
|
|
|
+ app:layout_constraintBaseline_toBaselineOf="@id/tv_rate"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/tv_rate" />
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="192dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="11dp"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_light"
|
|
|
+ android:text="20年从业经验,经历多次牛能转换磨练,对市场具有一定的敏感度,注重价值投资,资产配置,秉承专业的投资理念服务客户"
|
|
|
+ android:textColor="#80ffffff"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
+ android:text="执业证书编号:S0570116120025"
|
|
|
+ android:textColor="#80ffffff"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="72dp"
|
|
|
+ android:layout_height="72dp"
|
|
|
+ android:layout_marginTop="36dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="72dp"
|
|
|
+ android:layout_height="72dp"
|
|
|
+ android:src="@mipmap/icon_award" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:text="20年"
|
|
|
+ android:textColor="#ffe4bf85"
|
|
|
+ android:textSize="15sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|