am 59d471c8: am b8f3c0e4: am 5c5d3c64: Add content description to Compose button in Widget.
* commit '59d471c8dea53871f867fc205aa276c0623bad9c':
Add content description to Compose button in Widget.
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"