File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
owncloudApp/src/main/res/layout Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ Bugfix: Add bottom margin for used quota in account dialog
2+
3+ Added bottom margin to the container holding used quota view when multi account is disabled
4+
5+ https://github.com/owncloud/android/issues/4566
6+ https://github.com/owncloud/android/pull/4567
Original file line number Diff line number Diff line change 130130 android : layout_height =" wrap_content"
131131 android : layout_marginStart =" @dimen/standard_margin"
132132 android : layout_marginEnd =" @dimen/standard_margin"
133- android : layout_marginTop =" @dimen/standard_half_margin" >
133+ android : layout_marginTop =" @dimen/standard_half_margin"
134+ android : layout_marginBottom =" @dimen/standard_half_margin" >
134135
135136 <TextView
136137 android : layout_width =" wrap_content"
You can’t perform that action at this time.
0 commit comments