Chromium Code Reviews| 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 d457ca20efdd838eecc314cc9ddc8cdbda92d7b8..2c5cbca7b13a7ec6d47043da91efdc722841f367 100644 |
| --- a/chrome/android/shell/res/layout/chrome_shell_activity.xml |
| +++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml |
| @@ -17,6 +17,13 @@ |
| android:orientation="horizontal" |
| android:background="@drawable/progress"> |
| <org.chromium.chrome.browser.widget.TintedImageButton |
| + android:id="@+id/add_button" |
| + android:layout_width="38dp" |
| + android:layout_height="38dp" |
| + android:src="@android:drawable/ic_menu_add" |
| + android:visibility="gone" |
|
Bernhard Bauer
2014/11/11 11:34:02
One less space.
divya.bansal
2014/11/12 06:45:48
Done.
|
| + android:scaleType="center"/> |
| + <org.chromium.chrome.browser.widget.TintedImageButton |
| android:id="@+id/stop_reload_button" |
| android:layout_width="38dp" |
| android:layout_height="38dp" |