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

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

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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: chrome/android/shell/res/layout/chrome_shell_activity.xml
diff --git a/chrome/android/shell/res/layout/testshell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml
similarity index 92%
rename from chrome/android/shell/res/layout/testshell_activity.xml
rename to chrome/android/shell/res/layout/chrome_shell_activity.xml
index 0800a755bd379e50ae417084bfcd6ba6c865b53c..5cfb928780ead780c7f8837936b7ca70bc6290da 100644
--- a/chrome/android/shell/res/layout/testshell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
- <org.chromium.chrome.shell.TestShellToolbar android:id="@+id/toolbar"
+ <org.chromium.chrome.shell.ChromeShellToolbar android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
@@ -35,7 +35,7 @@
android:src="@drawable/menu_dots"
android:background="?android:attr/selectableItemBackground"
android:scaleType="center" />
- </org.chromium.chrome.shell.TestShellToolbar>
+ </org.chromium.chrome.shell.ChromeShellToolbar>
<FrameLayout android:id="@+id/content_container"
android:layout_width="match_parent"
android:layout_height="0dp"

Powered by Google App Engine
This is Rietveld 408576698