1515 limitations under the License.
1616-->
1717
18- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
19- android : layout_width =" match_parent"
20- android : layout_height =" match_parent"
21- android : orientation =" vertical" >
22-
23- <EditText
24- android : id =" @+id/edit_text_account_name"
25- android : layout_width =" match_parent"
26- android : layout_height =" wrap_content"
27- android : layout_marginTop =" 10dp"
28- android : layout_marginLeft =" 10dp"
29- android : layout_marginRight =" 10dp"
30- android : layout_marginBottom =" 20dp"
31- android : ems =" 15"
32- android : inputType =" textCapWords"
33- android : minHeight =" ?android:attr/listPreferredItemHeight"
34- android : singleLine =" true"
35- android : ellipsize =" start"
36- android : hint =" @string/label_account_name"
37- style =" @style/ListItemText" >
38- <requestFocus />
39- </EditText >
40-
41- <TextView
42- android : text =" @string/label_account_currency"
43- android : layout_height =" wrap_content"
44- android : layout_width =" wrap_content"
45- android : layout_marginBottom =" -8dip"
46- android : layout_marginLeft =" 10dp"
47- style =" @style/TextAppearance.EditTransaction_LabelSmall" />
48-
49- <Spinner android : id =" @+id/input_currency_spinner"
50- android : layout_width =" match_parent"
51- android:layout_height=" wrap_content"
52- android:layout_marginLeft=" 10dp"
53- android:layout_marginRight=" 10dp"
54- android:layout_marginBottom=" 20dp"
55- style=" @style/ListItem" />
18+ <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
19+ android : layout_width =" match_parent"
20+ android : layout_height =" match_parent" >
21+ <LinearLayout
22+ android : layout_width =" match_parent"
23+ android : layout_height =" match_parent"
24+ android : orientation =" vertical" >
5625
57- <TextView
58- android : text =" @string/label_account_type"
59- android : layout_height =" wrap_content"
60- android : layout_width =" wrap_content"
61- android : layout_marginBottom =" -8dip"
62- android : layout_marginLeft =" 10dp"
63- style =" @style/TextAppearance.EditTransaction_LabelSmall" />
26+ <EditText
27+ android : id =" @+id/edit_text_account_name"
28+ android : layout_width =" match_parent"
29+ android : layout_height =" wrap_content"
30+ android : layout_marginTop =" 10dp"
31+ android : layout_marginLeft =" 10dp"
32+ android : layout_marginRight =" 10dp"
33+ android : layout_marginBottom =" 20dp"
34+ android : ems =" 15"
35+ android : inputType =" textCapWords"
36+ android : minHeight =" ?android:attr/listPreferredItemHeight"
37+ android : singleLine =" true"
38+ android : ellipsize =" start"
39+ android : hint =" @string/label_account_name"
40+ style =" @style/ListItemText" >
41+ <requestFocus />
42+ </EditText >
6443
65- <Spinner android : id =" @+id/input_account_type_spinner"
66- android : layout_width =" match_parent"
67- android : layout_height =" wrap_content"
68- android : layout_marginLeft =" 10dp"
69- android : layout_marginRight =" 10dp"
70- android : layout_marginBottom =" 20dp"
71- style =" @style/ListItem" />
72-
73- <TextView android : id =" @+id/label_parent_account"
74- android : text =" @string/label_parent_account"
75- android : layout_height =" wrap_content"
76- android : layout_width =" wrap_content"
77- android : layout_marginLeft =" 10dp"
78- android : layout_marginBottom =" -8dip"
79- style =" @style/TextAppearance.EditTransaction_LabelSmall" />
80-
81- <LinearLayout android : id =" @+id/layout_parent_account"
82- android : layout_width =" match_parent"
83- android : layout_height =" wrap_content"
84- style =" @style/ListItem"
85- android : orientation =" horizontal" >
86-
87- <CheckBox android : id =" @+id/checkbox"
88- android : layout_width =" wrap_content"
89- android : layout_height =" wrap_content"
90- android : focusable =" false" />
91- <Spinner
92- android : id =" @+id/input_parent_account"
93- android : layout_width =" match_parent"
94- android : layout_height =" wrap_content"
95- android : layout_marginLeft =" 10dp"
96- android:layout_marginRight=" 10dp"
97- android : minHeight =" ?android:attr/listPreferredItemHeight" />
98- </LinearLayout >
99- </LinearLayout >
44+ <TextView
45+ android : text =" @string/label_account_currency"
46+ android : layout_height =" wrap_content"
47+ android : layout_width =" wrap_content"
48+ android : layout_marginBottom =" -8dip"
49+ android : layout_marginLeft =" 10dp"
50+ style =" @style/TextAppearance.EditTransaction_LabelSmall" />
51+
52+ <Spinner android : id =" @+id/input_currency_spinner"
53+ android : layout_width =" match_parent"
54+ android : layout_height =" wrap_content"
55+ android : layout_marginLeft =" 10dp"
56+ android : layout_marginRight =" 10dp"
57+ android : layout_marginBottom =" 20dp"
58+ style =" @style/ListItem" />
59+
60+ <TextView
61+ android : text =" @string/label_account_type"
62+ android : layout_height =" wrap_content"
63+ android : layout_width =" wrap_content"
64+ android : layout_marginBottom =" -8dip"
65+ android : layout_marginLeft =" 10dp"
66+ style =" @style/TextAppearance.EditTransaction_LabelSmall" />
67+
68+ <Spinner android : id =" @+id/input_account_type_spinner"
69+ android : layout_width =" match_parent"
70+ android : layout_height =" wrap_content"
71+ android : layout_marginLeft =" 10dp"
72+ android : layout_marginRight =" 10dp"
73+ android : layout_marginBottom =" 20dp"
74+ style =" @style/ListItem" />
75+
76+ <TextView android : id =" @+id/label_parent_account"
77+ android : text =" @string/label_parent_account"
78+ android : layout_height =" wrap_content"
79+ android : layout_width =" wrap_content"
80+ android : layout_marginLeft =" 10dp"
81+ android : layout_marginBottom =" -8dip"
82+ style =" @style/TextAppearance.EditTransaction_LabelSmall" />
83+
84+ <LinearLayout android : id =" @+id/layout_parent_account"
85+ android : layout_width =" match_parent"
86+ android : layout_height =" wrap_content"
87+ style =" @style/ListItem"
88+ android : orientation =" horizontal" >
89+
90+ <CheckBox android : id =" @+id/checkbox"
91+ android : layout_width =" wrap_content"
92+ android : layout_height =" wrap_content"
93+ android : focusable =" false" />
94+ <Spinner
95+ android : id =" @+id/input_parent_account"
96+ android : layout_width =" match_parent"
97+ android : layout_height =" wrap_content"
98+ android : layout_marginLeft =" 10dp"
99+ android : layout_marginRight =" 10dp"
100+ android : minHeight =" ?android:attr/listPreferredItemHeight" />
101+ </LinearLayout >
102+ </LinearLayout >
103+ </ScrollView >
0 commit comments