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 f3cec022a30ca1f4259732339a02f126a6f71874..c564cb7b32b02bbdd8d091a182c7dec1819739b0 100644 |
| --- a/chrome/android/shell/res/layout/chrome_shell_activity.xml |
| +++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml |
| @@ -16,6 +16,17 @@ |
| android:layout_height="wrap_content" |
| android:orientation="horizontal" |
| android:background="@drawable/progress"> |
| + <ImageButton android:id="@+id/stop" |
| + android:layout_width="38dp" |
| + android:layout_height="38dp" |
| + android:src="@android:drawable/ic_menu_close_clear_cancel" |
| + android:scaleType="center" /> |
| + <ImageButton android:id="@+id/reload" |
| + android:layout_width="38dp" |
| + android:layout_height="38dp" |
| + android:src="@drawable/btn_reload" |
| + android:scaleType="center" |
| + android:visibility="gone"/> |
|
Bernhard Bauer
2014/09/04 13:59:41
Space before closing the tag.
ankit
2014/09/04 14:15:54
Done.
|
| <EditText android:id="@+id/url" |
| android:layout_width="0dp" |
| android:layout_height="wrap_content" |