150 lines
6.4 KiB
XML
150 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout 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">
|
|
<RelativeLayout
|
|
android:id="@+id/rl_gaussian_blur_layout"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerHorizontal="true">
|
|
<ImageView
|
|
android:id="@+id/im_official_demo_guide"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:id="@+id/im_guide_diy_cancel"
|
|
android:background="@drawable/message_btn_pre"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp70"
|
|
android:layout_height="@dimen/dp70"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="10dp"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:id="@+id/rl_diy_guide"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/ll_diy_title">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/cv_diy_guide"
|
|
android:visibility="gone"
|
|
android:clickable="true"
|
|
android:layout_width="300dp"
|
|
android:layout_height="200dp"
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
app:cardCornerRadius="@dimen/dp20"
|
|
app:cardElevation="0dp">
|
|
<ImageView
|
|
android:layout_gravity="center"
|
|
android:background="#88000000"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:id="@+id/im_diy_guide_content"
|
|
android:background="#cc000000"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:id="@+id/imgNewRobot"
|
|
android:background="#3e5570"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@drawable/diy_user_add_icon"
|
|
android:scaleType="centerInside"/>
|
|
</androidx.recyclerview.widget.RecyclerView>
|
|
<TextView
|
|
android:textSize="@dimen/dp25"
|
|
android:textColor="@color/bg_white"
|
|
android:id="@+id/tv_guide_title"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp10"
|
|
android:layout_marginTop="@dimen/dp10"
|
|
android:text=""
|
|
android:layout_below="@+id/cv_diy_guide"
|
|
android:layout_alignLeft="@+id/cv_diy_guide"/>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
android:id="@+id/im_guide_diy_1"
|
|
android:background="@drawable/link_professor_right"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp336"
|
|
android:layout_height="@dimen/dp294"
|
|
android:layout_centerInParent="true"/>
|
|
<FrameLayout
|
|
android:id="@+id/fl_diy_guide"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp5"
|
|
android:layout_marginBottom="@dimen/dp5"
|
|
android:layout_above="@+id/im_guide_diy_1"
|
|
android:layout_alignLeft="@+id/im_guide_diy_1">
|
|
<TextView
|
|
android:textSize="@dimen/dp25"
|
|
android:textColor="@color/txt_1D2C42"
|
|
android:gravity="center"
|
|
android:id="@+id/tv_guide_pop_text"
|
|
android:background="@drawable/link_introduce_bg_white"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="@dimen/dp550"
|
|
android:text="@string/guide_text_10"/>
|
|
</FrameLayout>
|
|
<RelativeLayout
|
|
android:id="@+id/rl_guide_my_title"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/ll_guide_diy_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/dp80w"
|
|
android:layout_centerHorizontal="true">
|
|
<TextView
|
|
android:layout_width="@dimen/dp207w"
|
|
android:layout_height="@dimen/dp67w"/>
|
|
<TextView
|
|
android:textSize="@dimen/dp27"
|
|
android:textColor="@android:color/white"
|
|
android:gravity="center"
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/tv_guide_title_my"
|
|
android:layout_width="@dimen/dp207w"
|
|
android:layout_height="@dimen/dp57w"
|
|
android:text="@string/title_diy_user"/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
android:id="@+id/im_guide_diy_title"
|
|
android:background="@drawable/link_professor_left"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp336"
|
|
android:layout_height="@dimen/dp294"
|
|
android:layout_marginLeft="@dimen/dp30w"
|
|
android:layout_marginTop="@dimen/dp50"
|
|
android:layout_alignLeft="@+id/ll_guide_diy_title"/>
|
|
<FrameLayout
|
|
android:id="@+id/fl_guide_pop_title"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/mdp100"
|
|
android:layout_marginTop="@dimen/dp200"
|
|
android:layout_toRightOf="@+id/im_guide_diy_title">
|
|
<TextView
|
|
android:textSize="@dimen/dp25"
|
|
android:textColor="@color/txt_1D2C42"
|
|
android:gravity="center"
|
|
android:background="@drawable/link_introduce_bg_white_2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="@dimen/dp550"
|
|
android:text="@string/guide_text_12"/>
|
|
</FrameLayout>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|