33 lines
1.3 KiB
XML
33 lines
1.3 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_marginTop="5dp"
|
|
android:layout_centerHorizontal="true">
|
|
<ImageView
|
|
android:id="@+id/im_guide_phone"
|
|
style="@style/im_guide_phone_6"/>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
android:src="@drawable/guide_7"
|
|
style="@style/guide_phone_frame_6"/>
|
|
<ImageView
|
|
android:src="@drawable/guide_8"
|
|
style="@style/guide_phone_from_7"/>
|
|
<TextView
|
|
android:textColor="@color/theme_txt_red"
|
|
android:id="@+id/tv_guide_des_2"
|
|
android:text="@string/guide_text_des_7"
|
|
style="@style/guide_text_des"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|