| 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..03f448b9eb7b7b82e1864846a33d8c46a4acc741 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"
|
| + android:scaleType="center"/>
|
| + <org.chromium.chrome.browser.widget.TintedImageButton
|
| android:id="@+id/stop_reload_button"
|
| android:layout_width="38dp"
|
| android:layout_height="38dp"
|
|
|