use padding instead of margin for SSO dialog whitespace

Fixes #9284

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-11-17 15:46:50 +01:00
parent 3a8c32e0c4
commit 5fd8843c1d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -22,7 +22,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/standard_margin"
android:padding="@dimen/standard_margin"
android:orientation="horizontal"
tools:context="com.owncloud.android.ui.activity.SsoGrantPermissionActivity">