mch_view_guide_my5.xml
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/root_view"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/img_mc_1"
android:layout_width="113dp"
android:layout_height="55dp"
android:background="@drawable/mch_btn_zhidao"
android:layout_marginTop="341dp"
android:layout_centerHorizontal="true"
/>
<ImageView
android:id="@+id/img_mc_2"
android:layout_width="147dp"
android:layout_height="33dp"
android:background="@drawable/mch_txt_2"
android:layout_marginTop="44dp"
android:layout_below="@id/img_mc_1"
android:layout_marginLeft="62dp"
android:visibility="visible"
/>
<ImageView
android:id="@+id/img_mc_3"
android:layout_width="153dp"
android:layout_height="28dp"
android:background="@drawable/mch_txt_3"
android:layout_marginTop="10dp"
android:layout_below="@id/img_mc_2"
android:layout_alignParentRight="true"
android:layout_marginRight="33dp"
android:visibility="invisible"
/>
<ImageView
android:layout_width="160dp"
android:layout_height="25dp"
android:background="@drawable/mch_txt_4"
android:layout_marginTop="12dp"
android:layout_below="@id/img_mc_3"
android:layout_marginLeft="20dp"
android:visibility="invisible"
/>
</RelativeLayout>
</RelativeLayout>