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

Unified Diff: mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml

Issue 47433002: Cleanup mojo_shell and sample_app a bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
diff --git a/mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml b/mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
deleted file mode 100644
index e7fd1957ba38596b587a9e434d96e7b750ffc44c..0000000000000000000000000000000000000000
--- a/mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright (c) 2013 The Chromium Authors. All rights reserved.
-
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
- -->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent" android:layout_height="match_parent"
- android:orientation="vertical">
- <TextView android:id="@+id/text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Hello, I am Mojo Shell" />
-</LinearLayout>
« no previous file with comments | « mojo/shell/android/shell_apk/AndroidManifest.xml ('k') | mojo/shell/android/shell_apk/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698