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

Unified Diff: samples/todomvc/android/TodoMVC/app/src/main/res/menu/menu_create_todo_item.xml

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: samples/todomvc/android/TodoMVC/app/src/main/res/menu/menu_create_todo_item.xml
diff --git a/samples/todomvc/android/TodoMVC/app/src/main/res/menu/menu_create_todo_item.xml b/samples/todomvc/android/TodoMVC/app/src/main/res/menu/menu_create_todo_item.xml
index c16c1ac2bc550ade3430ff8c9c60b81a902aee3f..0d0174d900cad5fe33de8d93e2976f564d973b0c 100644
--- a/samples/todomvc/android/TodoMVC/app/src/main/res/menu/menu_create_todo_item.xml
+++ b/samples/todomvc/android/TodoMVC/app/src/main/res/menu/menu_create_todo_item.xml
@@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
- tools:context="com.google.fletch.todomvc.CreateTodoItem">
+ tools:context="com.google.dartino.todomvc.CreateTodoItem">
<item android:id="@+id/action_cancel" android:title="@string/action_cancel"
android:orderInCategory="100" app:showAsAction="always" />
<item android:id="@+id/action_save" android:title="@string/action_save"

Powered by Google App Engine
This is Rietveld 408576698