Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: samples/todomvc/android/TodoMVC/app/src/main/res/values/strings.xml

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <string name="app_name">Your Todos</string>
4 <string name="title_activity_create_todo_item">Create a new todo</string>
5 <string name="hello_world">Hello world!</string>
6 <string name="create_new_todo">What do you need todo?</string>
7 <string name="action_settings">Settings</string>
8 <string name="action_create">Create</string>
9 <string name="action_save">Save</string>
10 <string name="action_cancel">Cancel</string>
11 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698