summaryrefslogtreecommitdiffstats
path: root/res/layout/undo_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/undo_bar.xml')
-rw-r--r--res/layout/undo_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/undo_bar.xml b/res/layout/undo_bar.xml
index 33ec91d85..bd4274d16 100644
--- a/res/layout/undo_bar.xml
+++ b/res/layout/undo_bar.xml
@@ -27,5 +27,5 @@
<TextView android:id="@+id/undo_button"
style="@style/UndoButton"
android:text="@string/undo"
- android:drawableLeft="@drawable/ic_menu_revert_holo_dark"/>
+ android:drawableStart="@drawable/ic_menu_revert_holo_dark"/>
</LinearLayout>