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

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

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually add tvdpi Created 7 years, 1 month 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/testshell/res/layout/testshell_activity.xml
diff --git a/chrome/android/testshell/res/layout/testshell_activity.xml b/chrome/android/testshell/res/layout/testshell_activity.xml
index a228b54ace74ad33a443e4d9243b4196708fb38a..8e9fccae0f1ae63f5e3d890b001d06b476dd6073 100644
--- a/chrome/android/testshell/res/layout/testshell_activity.xml
+++ b/chrome/android/testshell/res/layout/testshell_activity.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+<!-- Copyright 2012 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.
@@ -29,20 +29,11 @@
android:hint="@string/url_hint"
android:inputType="textUri"
android:imeOptions="actionGo" />
- <ImageButton android:id="@+id/prev"
- android:layout_width="38dp"
- android:layout_height="38dp"
- android:src="@android:drawable/ic_media_previous"
- android:scaleType="center" />
- <ImageButton android:id="@+id/next"
- android:layout_width="38dp"
- android:layout_height="38dp"
- android:src="@android:drawable/ic_media_next"
- android:scaleType="center" />
<ImageButton android:id="@+id/menu_button"
android:layout_width="38dp"
android:layout_height="38dp"
android:src="@drawable/menu_dots"
+ android:background="?android:attr/selectableItemBackground"
android:scaleType="center" />
</org.chromium.chrome.testshell.TestShellToolbar>
<FrameLayout android:id="@+id/content_container"

Powered by Google App Engine
This is Rietveld 408576698