We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd4cd3f + c0edc9b commit e810547Copy full SHA for e810547
changelog/unreleased/4567
@@ -0,0 +1,6 @@
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
owncloudApp/src/main/res/layout/account_item.xml
@@ -130,7 +130,8 @@
130
android:layout_height="wrap_content"
131
android:layout_marginStart="@dimen/standard_margin"
132
android:layout_marginEnd="@dimen/standard_margin"
133
- android:layout_marginTop="@dimen/standard_half_margin">
+ android:layout_marginTop="@dimen/standard_half_margin"
134
+ android:layout_marginBottom="@dimen/standard_half_margin">
135
136
<TextView
137
android:layout_width="wrap_content"
0 commit comments