diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 7d84a4af3..b893f89cb 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -32,7 +32,9 @@ android:layout_height="72dp" android:layout_alignParentTop="true" android:layout_marginRight="16dp" - android:contentDescription="@string/account_image_description"/> + android:contentDescription="@string/account_image_description" + android:background="@drawable/message_border" + android:padding="1dp" /> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" |