mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
add content description
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
f87bd26b92
commit
77e9e66a9c
4 changed files with 5 additions and 0 deletions
|
@ -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: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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue