File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5656 android : layout_height =" wrap_content"
5757 android : labelFor =" @id/picard_port"
5858 android : layout_marginTop =" @dimen/content_padding"
59+ android : height =" @dimen/edit_view_height"
5960 android : inputType =" textNoSuggestions"
6061 android : importantForAutofill =" no" />
6162
7677 android : id =" @+id/picard_port"
7778 android : layout_width =" 0dp"
7879 android : layout_height =" wrap_content"
80+ android : height =" @dimen/edit_view_height"
7981 android : importantForAutofill =" no"
8082 android : inputType =" number"
8183 app : layout_constraintStart_toStartOf =" parent"
104106 android : text =" @string/btn_save_preferences" />
105107
106108 </LinearLayout >
107- </ScrollView >
109+ </ScrollView >
Original file line number Diff line number Diff line change 2525 <dimen name =" content_padding" >12dp</dimen >
2626 <dimen name =" content_padding_large" >24dp</dimen >
2727 <dimen name =" messagebox_padding" >6dp</dimen >
28+ <dimen name =" edit_view_height" >48dp</dimen >
2829
2930</resources >
You can’t perform that action at this time.
0 commit comments