| 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 58%
|
| 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..e7fd1957ba38596b587a9e434d96e7b750ffc44c 100644
|
| --- a/content/shell/android/browsertests_apk/res/layout/test_activity.xml
|
| +++ b/mojo/shell/android/shell_apk/res/layout/mojo_shell_activity.xml
|
| @@ -1,6 +1,6 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
|
|
| -<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +<!-- 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.
|
| @@ -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>
|
|
|