mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
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:
parent
3a8c32e0c4
commit
5fd8843c1d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue