diff --git a/Habitica/res/layout/avatar_with_bars.xml b/Habitica/res/layout/avatar_with_bars.xml index ddf9a7bb6..b96a95daa 100644 --- a/Habitica/res/layout/avatar_with_bars.xml +++ b/Habitica/res/layout/avatar_with_bars.xml @@ -10,7 +10,11 @@ android:focusable="true" android:focusableInTouchMode="true" android:orientation="vertical" - android:background="@color/brand"> + android:background="@color/brand" + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:paddingStart="16dp" + android:paddingEnd="16dp"> @@ -19,8 +23,6 @@ android:layout_width="@dimen/avatar_header_width" android:layout_height="@dimen/avatar_header_height" android:layout_gravity="center_vertical" - android:layout_marginLeft="16dp" - android:layout_marginStart="16dp" android:layout_marginRight="16dp" android:layout_marginEnd="16dp" android:scaleType="fitStart" @@ -29,8 +31,6 @@ @@ -53,8 +53,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content">