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

Unified Diff: chrome/android/java/res/layout/accessibility_tab_switcher.xml

Issue 408253003: Refreshing the tab switcher assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
Index: chrome/android/java/res/layout/accessibility_tab_switcher.xml
diff --git a/chrome/android/java/res/layout/accessibility_tab_switcher.xml b/chrome/android/java/res/layout/accessibility_tab_switcher.xml
index 8f84b843177b94ab46b5839e937b8a73cfd15866..323fa343bcf0cfddc071595e19683737114d1f74 100644
--- a/chrome/android/java/res/layout/accessibility_tab_switcher.xml
+++ b/chrome/android/java/res/layout/accessibility_tab_switcher.xml
@@ -36,7 +36,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/ntp_toolbar_button_background_selected"
- android:src="@drawable/tabstrip_incognito_switch_normal"
+ android:src="@drawable/btn_tabstrip_incognito_switch"
android:contentDescription="@string/accessibility_tab_switcher_standard_stack"
style="?android:attr/borderlessButtonStyle" />
@@ -51,7 +51,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:src="@drawable/tabstrip_incognito_switch_incognito"
+ android:src="@drawable/btn_tabstrip_incognito_switch_incognito"
android:background="@drawable/ntp_toolbar_button_background"
android:contentDescription="@string/accessibility_tab_switcher_incognito_stack"
style="?android:attr/borderlessButtonStyle" />

Powered by Google App Engine
This is Rietveld 408576698