1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <android .support.v4.widget.NestedScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : are =" http://schemas.android.com/apk/res-auto"
5+ xmlns : tools =" http://schemas.android.com/tools"
6+ android : layout_width =" match_parent"
7+ android : layout_height =" match_parent"
8+ tools : context =" .ARE_MultiInstanceActivity" >
9+
10+
11+ <LinearLayout
12+ android : layout_width =" match_parent"
13+ android : layout_height =" match_parent"
14+ android : orientation =" vertical"
15+ >
16+
17+ <LinearLayout
18+ android : layout_width =" match_parent"
19+ android : layout_height =" 200dp"
20+ android : orientation =" vertical" >
21+
22+ <TextView
23+ android : layout_width =" match_parent"
24+ android : layout_height =" wrap_content"
25+ android : textSize =" 16sp"
26+ android : background =" @color/color_100"
27+ android : padding =" 8dp"
28+ android : text =" ARE One"
29+ android : textColor =" @android:color/white"
30+ />
31+
32+ <com .chinalwb.are.AREditor
33+ android : id =" @+id/are_1"
34+ android : layout_width =" match_parent"
35+ android : layout_height =" match_parent"
36+ are : expandMode =" FULL"
37+ are : hideToolbar =" false"
38+ are : toolbarAlignment =" BOTTOM" />
39+
40+ </LinearLayout >
41+
42+ <LinearLayout
43+ android : layout_width =" match_parent"
44+ android : layout_height =" 300dp"
45+ android : orientation =" vertical" >
46+
47+ <TextView
48+ android : layout_width =" match_parent"
49+ android : layout_height =" wrap_content"
50+ android : textSize =" 16sp"
51+ android : background =" @color/color_300"
52+ android : padding =" 8dp"
53+ android : text =" ARE Two"
54+ android : textColor =" @android:color/white"
55+ />
56+
57+ <com .chinalwb.are.AREditor
58+ android : id =" @+id/are_2"
59+ android : layout_width =" match_parent"
60+ android : layout_height =" match_parent"
61+ are : expandMode =" FULL"
62+ are : hideToolbar =" false"
63+ are : toolbarAlignment =" BOTTOM" />
64+
65+ </LinearLayout >
66+
67+ <LinearLayout
68+ android : layout_width =" match_parent"
69+ android : layout_height =" 200dp"
70+ android : orientation =" vertical" >
71+
72+ <TextView
73+ android : layout_width =" match_parent"
74+ android : layout_height =" wrap_content"
75+ android : textSize =" 16sp"
76+ android : background =" @color/color_600"
77+ android : padding =" 8dp"
78+ android : text =" ARE Three"
79+ android : textColor =" @android:color/white"
80+ />
81+
82+ <com .chinalwb.are.AREditor
83+ android : id =" @+id/are_3"
84+ android : layout_width =" match_parent"
85+ android : layout_height =" match_parent"
86+ are : expandMode =" FULL"
87+ are : hideToolbar =" false"
88+ are : toolbarAlignment =" BOTTOM" />
89+
90+ </LinearLayout >
91+
92+ <LinearLayout
93+ android : layout_width =" match_parent"
94+ android : layout_height =" 300dp"
95+ android : orientation =" vertical" >
96+
97+ <TextView
98+ android : layout_width =" match_parent"
99+ android : layout_height =" wrap_content"
100+ android : textSize =" 16sp"
101+ android : background =" @color/color_900"
102+ android : padding =" 8dp"
103+ android : text =" ARE Four"
104+ android : textColor =" @android:color/white"
105+ />
106+
107+ <com .chinalwb.are.AREditor
108+ android : id =" @+id/are_4"
109+ android : layout_width =" match_parent"
110+ android : layout_height =" match_parent"
111+ are : expandMode =" FULL"
112+ are : hideToolbar =" false"
113+ are : toolbarAlignment =" BOTTOM" />
114+
115+ </LinearLayout >
116+
117+ </LinearLayout >
118+
119+ </android .support.v4.widget.NestedScrollView>
0 commit comments