41 lines
1.7 KiB
XML
41 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@color/bg_white"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true">
|
|
<RelativeLayout
|
|
android:id="@+id/rl_guide_phone_layout"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true">
|
|
<ImageView
|
|
android:id="@+id/im_guide_phone"
|
|
style="@style/im_guide_phone_2"/>
|
|
<FrameLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true">
|
|
<ImageView style="@style/guide_card_page_2"/>
|
|
<TextView
|
|
android:text="@string/button_text_build"
|
|
style="@style/guide_card_title_2"/>
|
|
<ImageView style="@style/guide_card_frame_left"/>
|
|
<ImageView
|
|
android:layout_gravity="bottom|right"
|
|
style="@style/guide_card_frame_right"/>
|
|
</FrameLayout>
|
|
</RelativeLayout>
|
|
<TextView
|
|
android:textColor="@color/bg_24A8FF"
|
|
android:id="@+id/tv_guide_des_2"
|
|
android:layout_marginTop="10dp"
|
|
android:text="@string/guide_text_des_2"
|
|
android:layout_below="@+id/rl_guide_phone_layout"
|
|
style="@style/guide_text_des"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|