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

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

Issue 2810573002: Use TintedImageButton with @color/dark_mode_tint instead of ImageButton. (Closed)
Patch Set: fix Created 3 years, 8 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 | « no previous file | 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/infobar_translate_compact_content.xml
diff --git a/chrome/android/java/res/layout/infobar_translate_compact_content.xml b/chrome/android/java/res/layout/infobar_translate_compact_content.xml
index 8993213fe262c3ec60dda2b8acb7983a79974248..f8e3ab2ce594951468c1ba385d42202218d8e6ea 100644
--- a/chrome/android/java/res/layout/infobar_translate_compact_content.xml
+++ b/chrome/android/java/res/layout/infobar_translate_compact_content.xml
@@ -20,10 +20,11 @@
android:requiresFadingEdge="horizontal"
android:fadingEdgeLength="@dimen/infobar_translate_fade_edge_length"
app:tabIndicatorColor="@color/infobar_accent_blue"
+ app:tabSelectedTextColor="@color/infobar_accent_blue"
app:tabGravity="fill"
app:tabMode="scrollable" />
- <ImageButton
+ <org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/translate_infobar_menu_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -32,5 +33,6 @@
android:scaleType="center"
android:background="?attr/selectableItemBackground"
android:contentDescription="@null"
- android:src="@drawable/btn_menu" />
+ android:src="@drawable/btn_menu"
+ app:tint="@color/dark_mode_tint" />
</LinearLayout>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698