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

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

Issue 38993002: Build mojo_shell on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix desktop build 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/content/shell/android/browsertests_apk/res/layout/test_activity.xml b/mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
similarity index 68%
copy from content/shell/android/browsertests_apk/res/layout/test_activity.xml
copy to mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
index ab39d5a98b1396c21b71efb67c97041a0a33124d..320f50ddc997223806074e28df19005fdc3ffd6a 100644
--- a/content/shell/android/browsertests_apk/res/layout/test_activity.xml
+++ b/mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
@@ -9,8 +9,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent"
android:orientation="vertical">
- <org.chromium.content_shell.ShellManager
- android:id="@+id/shell_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ <TextView android:id="@+id/text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Hello, I am Mojo Shell" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698