diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
index 2d1190a3a..60b69090f 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -10,7 +10,8 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentLeft="true"
- android:src="@drawable/ic_profile" >
+ android:src="@drawable/ic_profile"
+ android:contentDescription="@string/account_image_description">
+ android:layout_marginRight="16dp"
+ android:contentDescription="@string/account_image_description"/>
+ android:visibility="visible"
+ android:contentDescription="@string/copy_otr_clipboard_description"/>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7e235f683..6b6394520 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -358,4 +358,6 @@
Conference created!
Secret accepted!
Reset
+ Account avatar
+ Copy OTR fingerprint to clipboard