use correct dimens id

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2020-03-06 12:02:27 +01:00
parent 3cfec4e0ba
commit 37cc49b2d0
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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"/>