Initial commit
This commit is contained in:
33
resources/res/layout/layout_guide_page_9.xml
Normal file
33
resources/res/layout/layout_guide_page_9.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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_2"/>
|
||||
<ImageView
|
||||
android:id="@+id/im_start"
|
||||
android:src="@drawable/guide_19"
|
||||
style="@style/guide_start_bnt"/>
|
||||
<TextView
|
||||
android:text="@string/diy_details_start"
|
||||
style="@style/guide_start_txt"/>
|
||||
</RelativeLayout>
|
||||
<TextView
|
||||
android:textColor="@color/txt_24A8FF"
|
||||
android:id="@+id/tv_guide_des"
|
||||
android:text="@string/guide_text_des_9"
|
||||
style="@style/guide_text_des"/>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user