add content description

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-01-11 10:08:06 +01:00
parent f87bd26b92
commit 77e9e66a9c
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7
4 changed files with 5 additions and 0 deletions

View file

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

View file

@ -34,6 +34,7 @@
android:id="@+id/drawer_header_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/drawer_header_background"
android:scaleType="centerCrop"/>
<android.support.v7.widget.Toolbar

View file

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

View file

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