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

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

Issue 546383002: Follow up CL for issue:541713002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified code as suggested. Created 6 years, 3 months 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
« no previous file with comments | « chrome/android/shell/res/drawable/btn_stop_normal.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8ef2670ed93d219d1901f388fa0ce2f0a9e4e693..4c0e8a5f77924fbfabd6d43a6131e4e8e9cbdc4c 100644
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -16,17 +16,11 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/progress">
- <ImageButton android:id="@+id/stop"
+ <ImageButton android:id="@+id/stop_reload_button"
android:layout_width="38dp"
android:layout_height="38dp"
- android:src="@android:drawable/ic_menu_close_clear_cancel"
+ android:src="@drawable/btn_stop_normal"
android:scaleType="center" />
- <ImageButton android:id="@+id/reload"
- android:layout_width="38dp"
- android:layout_height="38dp"
- android:src="@drawable/btn_reload_normal"
- android:scaleType="center"
- android:visibility="gone" />
<EditText android:id="@+id/url"
android:layout_width="0dp"
android:layout_height="wrap_content"
« no previous file with comments | « chrome/android/shell/res/drawable/btn_stop_normal.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698