fragment_guide_new.xml
2.47 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/ivstatic"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
<!-- #ED2800 #212228 -->
<RelativeLayout
android:id="@+id/rl_guide_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/res_color_C1"
android:visibility="gone"
tools:visibility="visible">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/frag_first_start_img"
android:layout_marginBottom="@dimen/rmrb_dp140">
<ImageView
android:id="@+id/iv_act_first_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:src="@mipmap/bg_guide_img_5_text"
android:visibility="visible" />
</FrameLayout>
<FrameLayout
android:id="@+id/first_go_main_group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true">
<TextView
android:id="@+id/img_act_first_go_main"
android:layout_width="wrap_content"
android:layout_height="@dimen/rmrb_dp44"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="@dimen/rmrb_dp93"
android:background="@mipmap/bg_first_go_main_select"
android:gravity="center"
android:text="开启7.0全新体验"
android:textColor="@color/res_color_C1"
android:textSize="@dimen/rmrb_dp14" />
</FrameLayout>
<ImageView
android:id="@+id/frag_first_start_img"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/rmrb_dp30"
android:scaleType="fitCenter"
android:src="@mipmap/bg_guide_img_5" />
</RelativeLayout>
</RelativeLayout>