Initial commit
This commit is contained in:
42
resources/res/layout/layout_guide_page_4.xml
Normal file
42
resources/res/layout/layout_guide_page_4.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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_4"/>
|
||||
<TextView
|
||||
android:text="@string/setting_study_actions"
|
||||
style="@style/guide_card_title_2"/>
|
||||
<ImageView
|
||||
android:src="@drawable/guide_10"
|
||||
style="@style/guide_card_frame_left"/>
|
||||
<ImageView
|
||||
android:layout_gravity="bottom|right"
|
||||
android:src="@drawable/guide_11"
|
||||
style="@style/guide_card_frame_right"/>
|
||||
</FrameLayout>
|
||||
</RelativeLayout>
|
||||
<TextView
|
||||
android:textColor="@color/txt_00C4C9"
|
||||
android:id="@+id/tv_guide_des_2"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="@string/guide_text_des_4"
|
||||
style="@style/guide_text_des"/>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user