summaryrefslogtreecommitdiffstats
path: root/res/layout/photoeditor_actionbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photoeditor_actionbar.xml')
-rw-r--r--res/layout/photoeditor_actionbar.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/photoeditor_actionbar.xml b/res/layout/photoeditor_actionbar.xml
index e0adbbef9..c82faca2f 100644
--- a/res/layout/photoeditor_actionbar.xml
+++ b/res/layout/photoeditor_actionbar.xml
@@ -39,11 +39,13 @@
<com.android.gallery3d.photoeditor.ImageActionButton
android:id="@+id/undo_button"
style="@style/ImageActionButton"
- android:src="@drawable/photoeditor_undo"/>
+ android:src="@drawable/photoeditor_undo"
+ android:contentDescription="@string/photoeditor_undo"/>
<com.android.gallery3d.photoeditor.ImageActionButton
android:id="@+id/redo_button"
style="@style/ImageActionButton"
- android:src="@drawable/photoeditor_redo"/>
+ android:src="@drawable/photoeditor_redo"
+ android:contentDescription="@string/photoeditor_redo"/>
<ViewSwitcher
android:id="@+id/save_share_buttons"