jimu-decompiled/resources/res/layout/layout_guide_page_3.xml
2025-05-13 19:24:51 +02:00

43 lines
1.8 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_3"/>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<ImageView style="@style/guide_card_page_3"/>
<TextView
android:text="@string/button_text_control"
style="@style/guide_card_title_2"/>
<ImageView
android:src="@drawable/guide_7"
style="@style/guide_card_frame_left"/>
<ImageView
android:layout_gravity="bottom|right"
android:src="@drawable/guide_8"
style="@style/guide_card_frame_right"/>
</FrameLayout>
</RelativeLayout>
<TextView
android:textColor="@color/theme_txt_red"
android:id="@+id/tv_guide_des_2"
android:layout_marginTop="10dp"
android:text="@string/guide_text_des_3"
style="@style/guide_text_des"/>
</RelativeLayout>
</RelativeLayout>