Add content description to Compose button in Widget.

Bug: 7497094
Change-Id: Iad0a63a42c217ff15d25b74752c2520834b3f74d
diff --git a/res/layout/widget.xml b/res/layout/widget.xml
index 39c1cee..73bed8e 100644
--- a/res/layout/widget.xml
+++ b/res/layout/widget.xml
@@ -76,7 +76,8 @@
             android:id="@+id/widget_compose"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:src="@drawable/ic_menu_compose_normal_holo_light" />
+            android:src="@drawable/ic_menu_compose_normal_holo_light"
+            android:contentDescription="@string/compose_action" />
     </LinearLayout>
     <ListView
         android:id="@+id/message_list"