Explorar el Código

add content description to preview image

AndyScherzinger hace 7 años
padre
commit
1a99f655b1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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" />