Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@@ -28,6 +28,7 @@
android:id="@+id/drawer_header_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:contentDescription="@string/drawer_header_background"
android:src="@drawable/background"
android:scaleType="centerCrop"/>
@@ -34,6 +34,7 @@
<android.support.v7.widget.Toolbar
@@ -6,6 +6,7 @@
<ImageView
android:id="@+id/icon"
+ android:contentDescription="@string/account_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/standard_margin"
@@ -750,4 +750,6 @@
<string name="userinfo_no_info_headline">No personal info set</string>
<string name="userinfo_no_info_text">Add name, picture and contact details on your profile page.</string>
+ <string name="drawer_header_background">Background image of drawer header</string>
+ <string name="account_icon">Account icon</string>
</resources>