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

Unified Diff: samples/todomvc/android/TodoMVC/app/src/main/res/layout/activity_main.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 side-by-side diff with in-line comments
Download patch
Index: samples/todomvc/android/TodoMVC/app/src/main/res/layout/activity_main.xml
diff --git a/samples/todomvc/android/TodoMVC/app/src/main/res/layout/activity_main.xml b/samples/todomvc/android/TodoMVC/app/src/main/res/layout/activity_main.xml
deleted file mode 100644
index c0cec8e3d501d4ead48f4345595d11e1b01cc954..0000000000000000000000000000000000000000
--- a/samples/todomvc/android/TodoMVC/app/src/main/res/layout/activity_main.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ListView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/todo_list">
-</ListView>

Powered by Google App Engine
This is Rietveld 408576698