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

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

Issue 339293002: Include all resolutions for several image assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/java/res/drawable-xhdpi/ntp_toolbar_button_background_selected_pressed_img.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b6065b01ffa1a2812d29bfc2eed73e742db6141..8f84b843177b94ab46b5839e937b8a73cfd15866 100644
--- a/chrome/android/java/res/layout/accessibility_tab_switcher.xml
+++ b/chrome/android/java/res/layout/accessibility_tab_switcher.xml
@@ -40,12 +40,11 @@
android:contentDescription="@string/accessibility_tab_switcher_standard_stack"
style="?android:attr/borderlessButtonStyle" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ <View
+ android:layout_width="1px"
+ android:layout_height="18dp"
android:layout_gravity="center_vertical"
- android:src="@drawable/incognito_separator"
- android:contentDescription="@null" />
+ android:background="#292929" />
<ImageButton
android:id="@+id/incognito_tabs_button"
« no previous file with comments | « chrome/android/java/res/drawable-xhdpi/ntp_toolbar_button_background_selected_pressed_img.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698