11<?xml version =" 1.0" encoding =" utf-8" ?>
22<ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent"
4- android : layout_height =" match_parent" >
4+ android : layout_height =" match_parent"
5+ android : background =" @color/rainbow_green" >
56
6- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
7+ <RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
78 android : layout_width =" match_parent"
8- android : layout_height =" wrap_content"
9- android : gravity =" center_horizontal"
9+ android : layout_height =" 2000dp"
1010 android : orientation =" vertical"
1111 android : padding =" @dimen/spacing_16" >
1212
2121 style =" @style/WideBtnStyle"
2222 android : layout_width =" match_parent"
2323 android : layout_height =" wrap_content"
24+ android : layout_below =" @id/tv_about_keyboard"
2425 android : text =" @string/keyboard_hide_soft_input" />
2526
2627 <Button
2728 android : id =" @+id/btn_show_soft_input"
2829 style =" @style/WideBtnStyle"
2930 android : layout_width =" match_parent"
3031 android : layout_height =" wrap_content"
32+ android : layout_below =" @id/btn_hide_soft_input"
3133 android : text =" @string/keyboard_show_soft_input" />
3234
3335 <Button
3436 android : id =" @+id/btn_toggle_soft_input"
3537 style =" @style/WideBtnStyle"
3638 android : layout_width =" match_parent"
3739 android : layout_height =" wrap_content"
40+ android : layout_below =" @id/btn_show_soft_input"
3841 android : text =" @string/keyboard_toggle_soft_input" />
3942
4043 <Button
4144 android : id =" @+id/btn_keyboard_in_fragment"
4245 style =" @style/WideBtnStyle"
4346 android : layout_width =" match_parent"
4447 android : layout_height =" wrap_content"
48+ android : layout_below =" @id/btn_toggle_soft_input"
4549 android : text =" @string/keyboard_show_dialog" />
4650
4751 <EditText
4852 android : id =" @+id/et_input"
4953 android : layout_width =" match_parent"
5054 android : layout_height =" match_parent"
55+ android : layout_alignParentBottom =" true"
5156 android : inputType =" text" />
5257
53-
54- <EditText
55- android : id =" @+id/et_input1"
56- android : layout_width =" match_parent"
57- android : layout_height =" match_parent"
58- android : inputType =" text" />
59-
60-
61- <EditText
62- android : id =" @+id/et_input2"
63- android : layout_width =" match_parent"
64- android : layout_height =" match_parent"
65- android : inputType =" text" />
66-
67-
68- <EditText
69- android : id =" @+id/et_input3"
70- android : layout_width =" match_parent"
71- android : layout_height =" match_parent"
72- android : layout_gravity =" bottom"
73- android : inputType =" text" />
74-
75-
76- <EditText
77- android : id =" @+id/et_input4"
78- android : layout_width =" match_parent"
79- android : layout_height =" match_parent"
80- android : inputType =" text" />
81-
82-
83- <EditText
84- android : id =" @+id/et_input5"
85- android : layout_width =" match_parent"
86- android : layout_height =" match_parent"
87- android : inputType =" text" />
88-
89-
90- <EditText
91- android : id =" @+id/et_input6"
92- android : layout_width =" match_parent"
93- android : layout_height =" match_parent"
94- android : inputType =" text" />
95-
96- <EditText
97- android : id =" @+id/et_input7"
98- android : layout_width =" match_parent"
99- android : layout_height =" match_parent"
100- android : inputType =" text" />
101-
102- <EditText
103- android : id =" @+id/et_input8"
104- android : layout_width =" match_parent"
105- android : layout_height =" match_parent"
106- android : inputType =" text" />
107-
108- <EditText
109- android : id =" @+id/et_input9"
110- android : layout_width =" match_parent"
111- android : layout_height =" match_parent"
112- android : inputType =" text" />
113-
114- <EditText
115- android : id =" @+id/et_input10"
116- android : layout_width =" match_parent"
117- android : layout_height =" match_parent"
118- android : inputType =" text" />
119-
120- <EditText
121- android : id =" @+id/et_input11"
122- android : layout_width =" match_parent"
123- android : layout_height =" match_parent"
124- android : inputType =" text" />
125-
126- <EditText
127- android : id =" @+id/et_input12"
128- android : layout_width =" match_parent"
129- android : layout_height =" match_parent"
130- android : inputType =" text" />
131-
132- <EditText
133- android : id =" @+id/et_input13"
134- android : layout_width =" match_parent"
135- android : layout_height =" match_parent"
136- android : inputType =" text" />
137-
138- </LinearLayout >
58+ </RelativeLayout >
13959</ScrollView >
0 commit comments