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

29 lines
1.1 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_8"/>
</RelativeLayout>
<ImageView style="@style/guide_phone_frame_6"/>
<ImageView style="@style/guide_phone_from_7"/>
<TextView
android:textColor="@color/txt_24A8FF"
android:id="@+id/tv_guide_des_2"
android:text="@string/guide_text_des_8"
style="@style/guide_text_des"/>
</RelativeLayout>
</RelativeLayout>