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

Unified Diff: chrome/android/shell/res/layout/testshell_activity.xml

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 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
« no previous file with comments | « chrome/android/shell/res/drawable/progress.xml ('k') | chrome/android/shell/res/menu/main_menu.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/layout/testshell_activity.xml
diff --git a/chrome/android/testshell/res/layout/testshell_activity.xml b/chrome/android/shell/res/layout/testshell_activity.xml
similarity index 86%
rename from chrome/android/testshell/res/layout/testshell_activity.xml
rename to chrome/android/shell/res/layout/testshell_activity.xml
index 8e9fccae0f1ae63f5e3d890b001d06b476dd6073..0800a755bd379e50ae417084bfcd6ba6c865b53c 100644
--- a/chrome/android/testshell/res/layout/testshell_activity.xml
+++ b/chrome/android/shell/res/layout/testshell_activity.xml
@@ -6,12 +6,12 @@
found in the LICENSE file.
-->
-<org.chromium.chrome.testshell.TabManager android:id="@+id/tab_manager"
+<org.chromium.chrome.shell.TabManager android:id="@+id/tab_manager"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
- <org.chromium.chrome.testshell.TestShellToolbar android:id="@+id/toolbar"
+ <org.chromium.chrome.shell.TestShellToolbar android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
@@ -35,11 +35,11 @@
android:src="@drawable/menu_dots"
android:background="?android:attr/selectableItemBackground"
android:scaleType="center" />
- </org.chromium.chrome.testshell.TestShellToolbar>
+ </org.chromium.chrome.shell.TestShellToolbar>
<FrameLayout android:id="@+id/content_container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
</FrameLayout>
-</org.chromium.chrome.testshell.TabManager>
+</org.chromium.chrome.shell.TabManager>
« no previous file with comments | « chrome/android/shell/res/drawable/progress.xml ('k') | chrome/android/shell/res/menu/main_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698