Browse Source

add content description to preview image

AndyScherzinger 7 năm trước cách đây
mục cha
commit
1a99f655b1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/res/layout/toolbar_standard.xml

+ 1 - 0
src/main/res/layout/toolbar_standard.xml

@@ -34,6 +34,7 @@
             android:id="@+id/preview_image"
             android:layout_width="match_parent"
             android:layout_height="@dimen/nav_drawer_header_height"
+            android:contentDescription="@string/preview_image_description"
             android:scaleType="centerCrop"
             android:visibility="gone" />