11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent"
4- android : layout_height =" match_parent"
5- android : gravity =" center_horizontal"
6- android : orientation =" vertical"
7- android : padding =" @dimen/spacing_16" >
8-
9- <TextView
10- android : id =" @+id/tv_about_keyboard"
11- style =" @style/TextStyle"
12- android : layout_width =" match_parent"
13- android : layout_height =" wrap_content" />
4+ android : layout_height =" match_parent" >
145
15- <Button
16- android : id =" @+id/btn_hide_soft_input"
17- style =" @style/WideBtnStyle"
6+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
187 android : layout_width =" match_parent"
198 android : layout_height =" wrap_content"
20- android : text =" @string/keyboard_hide_soft_input" />
9+ android : gravity =" center_horizontal"
10+ android : orientation =" vertical"
11+ android : padding =" @dimen/spacing_16" >
2112
22- <Button
23- android : id =" @+id/btn_show_soft_input"
24- style =" @style/WideBtnStyle"
25- android : layout_width =" match_parent"
26- android : layout_height =" wrap_content"
27- android : text =" @string/keyboard_show_soft_input" />
13+ <TextView
14+ android : id =" @+id/tv_about_keyboard"
15+ style =" @style/TextStyle"
16+ android : layout_width =" match_parent"
17+ android : layout_height =" wrap_content" />
2818
29- <Button
30- android : id =" @+id/btn_toggle_soft_input "
31- style =" @style/WideBtnStyle"
32- android : layout_width =" match_parent"
33- android : layout_height =" wrap_content"
34- android : text =" @string/keyboard_toggle_soft_input " />
19+ <Button
20+ android : id =" @+id/btn_hide_soft_input "
21+ style =" @style/WideBtnStyle"
22+ android : layout_width =" match_parent"
23+ android : layout_height =" wrap_content"
24+ android : text =" @string/keyboard_hide_soft_input " />
3525
36- <Button
37- android : id =" @+id/btn_keyboard_in_fragment "
38- style =" @style/WideBtnStyle"
39- android : layout_width =" match_parent"
40- android : layout_height =" wrap_content"
41- android : text =" @string/keyboard_show_dialog " />
26+ <Button
27+ android : id =" @+id/btn_show_soft_input "
28+ style =" @style/WideBtnStyle"
29+ android : layout_width =" match_parent"
30+ android : layout_height =" wrap_content"
31+ android : text =" @string/keyboard_show_soft_input " />
4232
43- <EditText
44- android : id =" @+id/et_input"
45- android : layout_width =" match_parent"
46- android : layout_height =" match_parent"
47- android : layout_gravity =" bottom"
48- android : inputType =" text" />
33+ <Button
34+ android : id =" @+id/btn_toggle_soft_input"
35+ style =" @style/WideBtnStyle"
36+ android : layout_width =" match_parent"
37+ android : layout_height =" wrap_content"
38+ android : text =" @string/keyboard_toggle_soft_input" />
39+
40+ <Button
41+ android : id =" @+id/btn_keyboard_in_fragment"
42+ style =" @style/WideBtnStyle"
43+ android : layout_width =" match_parent"
44+ android : layout_height =" wrap_content"
45+ android : text =" @string/keyboard_show_dialog" />
46+
47+ <EditText
48+ android : id =" @+id/et_input"
49+ android : layout_width =" match_parent"
50+ android : layout_height =" match_parent"
51+ android : layout_gravity =" bottom"
52+ android : inputType =" text" />
53+
54+
55+ <EditText
56+ android : id =" @+id/et_input1"
57+ android : layout_width =" match_parent"
58+ android : layout_height =" match_parent"
59+ android : layout_gravity =" bottom"
60+ android : inputType =" text" />
61+
62+
63+ <EditText
64+ android : id =" @+id/et_input2"
65+ android : layout_width =" match_parent"
66+ android : layout_height =" match_parent"
67+ android : layout_gravity =" bottom"
68+ android : inputType =" text" />
69+
70+
71+ <EditText
72+ android : id =" @+id/et_input3"
73+ android : layout_width =" match_parent"
74+ android : layout_height =" match_parent"
75+ android : layout_gravity =" bottom"
76+ android : inputType =" text" />
77+
78+
79+ <EditText
80+ android : id =" @+id/et_input4"
81+ android : layout_width =" match_parent"
82+ android : layout_height =" match_parent"
83+ android : layout_gravity =" bottom"
84+ android : inputType =" text" />
85+
86+
87+ <EditText
88+ android : id =" @+id/et_input5"
89+ android : layout_width =" match_parent"
90+ android : layout_height =" match_parent"
91+ android : layout_gravity =" bottom"
92+ android : inputType =" text" />
93+
94+
95+ <EditText
96+ android : id =" @+id/et_input6"
97+ android : layout_width =" match_parent"
98+ android : layout_height =" match_parent"
99+ android : layout_gravity =" bottom"
100+ android : inputType =" text" />
101+
102+ <EditText
103+ android : id =" @+id/et_input7"
104+ android : layout_width =" match_parent"
105+ android : layout_height =" match_parent"
106+ android : layout_gravity =" bottom"
107+ android : inputType =" text" />
108+
109+ <EditText
110+ android : id =" @+id/et_input8"
111+ android : layout_width =" match_parent"
112+ android : layout_height =" match_parent"
113+ android : layout_gravity =" bottom"
114+ android : inputType =" text" />
115+
116+ <EditText
117+ android : id =" @+id/et_input9"
118+ android : layout_width =" match_parent"
119+ android : layout_height =" match_parent"
120+ android : layout_gravity =" bottom"
121+ android : inputType =" text" />
122+
123+ <EditText
124+ android : id =" @+id/et_input10"
125+ android : layout_width =" match_parent"
126+ android : layout_height =" match_parent"
127+ android : layout_gravity =" bottom"
128+ android : inputType =" text" />
49129
50- </LinearLayout >
130+ </LinearLayout >
131+ </ScrollView >
0 commit comments