1- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
1+ <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
22 xmlns : tools =" http://schemas.android.com/tools"
33 style =" @style/activity_page" >
44
5- <ScrollView style =" @style/match_match" >
6-
7- <LinearLayout
8- style =" @style/match_match"
9- android : orientation =" vertical" >
10-
11- <TextView
12- style =" @style/select_name"
13- android : text =" @string/post"
14- android : textColor =" @android:color/black" />
15-
16- <Button
17- style =" @style/select_json"
18- android : onClick =" selectPost"
19- android : text =" @string/demo_post" />
20-
21- <TextView
22- style =" @style/select_name"
23- android : text =" @string/put" />
24-
25- <Button
26- style =" @style/select_json"
27- android : onClick =" selectPut"
28- android : text =" @string/demo_put" />
29-
30- <TextView
31- style =" @style/select_name"
32- android : text =" @string/delete"
33- android : textColor =" @android:color/black" />
34-
35- <Button
36- style =" @style/select_json"
37- android : onClick =" selectDelete"
38- android : text =" @string/demo_delete" />
39-
40- <TextView
41- style =" @style/select_name"
42- android : text =" @string/get"
43- android : textColor =" @android:color/black" />
44-
45- <TextView
46- style =" @style/select_name"
47- android : text =" @string/single" />
48-
49- <Button
50- style =" @style/select_json"
51- android : onClick =" selectSingle"
52- android : text =" @string/demo_single" />
53-
54- <TextView
55- style =" @style/select_name"
56- android : text =" @string/columns" />
57-
58- <Button
59- style =" @style/select_json"
60- android : onClick =" selectColumns"
61- android : text =" @string/demo_columns" />
62-
63- <TextView
64- style =" @style/select_name"
65- android : text =" @string/rely" />
66-
67- <Button
68- style =" @style/select_json"
69- android : onClick =" selectRely"
70- android : text =" @string/demo_rely" />
71-
72- <TextView
73- style =" @style/select_name"
74- android : text =" @string/array" />
75-
76- <Button
77- style =" @style/select_json"
78- android : onClick =" selectArray"
79- android : text =" @string/demo_array" />
80-
81- <TextView
82- style =" @style/select_name"
83- android : text =" @string/complex" />
84-
85- <Button
86- style =" @style/select_json"
87- android : onClick =" selectComplex"
88- android : text =" @string/demo_complex" />
89-
90- <TextView
91- style =" @style/select_name"
92- android : text =" @string/access_error" />
93-
94- <Button
95- style =" @style/select_json"
96- android : onClick =" selectAccessError"
97- android : text =" @string/demo_wallet" />
98-
99- <TextView
100- style =" @style/select_name"
101- android : text =" @string/access_permitted" />
102-
103- <Button
104- style =" @style/select_json"
105- android : onClick =" selectAccessPermitted"
106- android : text =" @string/demo_wallet_with_access" />
107-
108- <Button
109- style =" @style/match_wrap"
110- android : layout_marginTop =" 30dp"
111- android : onClick =" toUpdateLog"
112- android : text =" @string/update_log" />
113- </LinearLayout >
114- </ScrollView >
115-
116- </LinearLayout >
5+ <LinearLayout
6+ style =" @style/match_match"
7+ android : orientation =" vertical" >
8+
9+ <TextView
10+ style =" @style/select_name"
11+ android : text =" @string/post"
12+ android : textColor =" @android:color/black" />
13+
14+ <Button
15+ android : id =" @+id/btnSelectPost"
16+ style =" @style/select_json"
17+ android : text =" @string/demo_post" />
18+
19+ <TextView
20+ style =" @style/select_name"
21+ android : text =" @string/put" />
22+
23+ <Button
24+ android : id =" @+id/btnSelectPut"
25+ style =" @style/select_json"
26+ android : text =" @string/demo_put" />
27+
28+ <TextView
29+ style =" @style/select_name"
30+ android : text =" @string/delete"
31+ android : textColor =" @android:color/black" />
32+
33+ <Button
34+ android : id =" @+id/btnSelectDelete"
35+ style =" @style/select_json"
36+ android : text =" @string/demo_delete" />
37+
38+ <TextView
39+ style =" @style/select_name"
40+ android : text =" @string/get"
41+ android : textColor =" @android:color/black" />
42+
43+ <TextView
44+ style =" @style/select_name"
45+ android : text =" @string/single" />
46+
47+ <Button
48+ android : id =" @+id/btnSelectSingle"
49+ style =" @style/select_json"
50+ android : text =" @string/demo_single" />
51+
52+ <TextView
53+ style =" @style/select_name"
54+ android : text =" @string/columns" />
55+
56+ <Button
57+ android : id =" @+id/btnSelectColumns"
58+ style =" @style/select_json"
59+ android : text =" @string/demo_columns" />
60+
61+ <TextView
62+ style =" @style/select_name"
63+ android : text =" @string/rely" />
64+
65+ <Button
66+ android : id =" @+id/btnSelectRely"
67+ style =" @style/select_json"
68+ android : text =" @string/demo_rely" />
69+
70+ <TextView
71+ style =" @style/select_name"
72+ android : text =" @string/array" />
73+
74+ <Button
75+ android : id =" @+id/btnSelectArray"
76+ style =" @style/select_json"
77+ android : text =" @string/demo_array" />
78+
79+ <TextView
80+ style =" @style/select_name"
81+ android : text =" @string/complex" />
82+
83+ <Button
84+ android : id =" @+id/btnSelectComplex"
85+ style =" @style/select_json"
86+ android : text =" @string/demo_complex" />
87+
88+ <TextView
89+ style =" @style/select_name"
90+ android : text =" @string/access_error" />
91+
92+ <Button
93+ android : id =" @+id/btnSelectAccessError"
94+ style =" @style/select_json"
95+ android : text =" @string/demo_wallet" />
96+
97+ <TextView
98+ style =" @style/select_name"
99+ android : text =" @string/access_permitted" />
100+
101+ <Button
102+ android : id =" @+id/btnSelectAccessPermitted"
103+ style =" @style/select_json"
104+ android : text =" @string/demo_wallet_with_access" />
105+
106+ <Button
107+ android : id =" @+id/btnSelectUpdateLog"
108+ style =" @style/match_wrap"
109+ android : layout_marginTop =" 30dp"
110+ android : text =" @string/update_log" />
111+ </LinearLayout >
112+
113+ </ScrollView >
0 commit comments