timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

Change text button "Undo" #23

Closed joselufo closed 10 years ago

joselufo commented 10 years ago

Is it possible to change the text to the undo button?

timroes commented 10 years ago

You can override (or internationalize) the strings by putting string resources in your own resource files with the same name. You can find the names here:

https://github.com/timroes/EnhancedListView/blob/master/EnhancedListView/src/main/res/values/strings.xml

So just put a <string name="undo">...</string> to your resources.

timroes commented 10 years ago

If this solved your problem please close the issue, otherwise drop another message, I will see if I can help you :)