mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
use correct dimens id
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3cfec4e0ba
commit
37cc49b2d0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="@dimen/list_item_avatar_text_margin"
|
||||
android:layout_marginStart="@dimen/list_item_avatar_icon_margin"
|
||||
android:src="@drawable/ic_account_plus"
|
||||
android:contentDescription="@string/prefs_add_account"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue