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

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

Issue 683203006: Adding option for adding new tab in tab manager for chrome shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/shell/res/layout/chrome_shell_activity.xml
diff --git a/chrome/android/shell/res/layout/chrome_shell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml
index 343611ba6d4dfea6a63dac8319e1c02c22f8beec..36c142f2da3ebf78b73b04ab5ad981df35782c27 100644
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -16,6 +16,13 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/progress">
+ <org.chromium.chrome.browser.widget.TintedImageButton
Bernhard Bauer 2014/11/04 12:22:10 This line should be indented one more space.
divya.bansal 2014/11/05 09:04:22 Done.
+ android:id="@+id/add_button"
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:src="@android:drawable/ic_menu_add"
+ android:visibility="gone"
+ android:scaleType="center"/>
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/stop_reload_button"
android:layout_width="38dp"

Powered by Google App Engine
This is Rietveld 408576698