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

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

Issue 2240223002: Add contentDescription to offline badges on the NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jan
Patch Set: Created 4 years, 4 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 | chrome/android/java/strings/android_chrome_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/most_visited_item.xml
diff --git a/chrome/android/java/res/layout/most_visited_item.xml b/chrome/android/java/res/layout/most_visited_item.xml
index 56e5ec9f07dbc5bd4e810c8c4f82d1030743e13a..ad7125bcdf1de26d8cc35308900f7d4666b599e1 100644
--- a/chrome/android/java/res/layout/most_visited_item.xml
+++ b/chrome/android/java/res/layout/most_visited_item.xml
@@ -28,7 +28,7 @@
android:layout_marginStart="48dp"
android:visibility="gone"
android:background="@drawable/offline_badge_background"
- android:contentDescription="@null"
+ android:contentDescription="@string/accessibility_ntp_offline_badge"
chrome:tint="@color/most_visited_offline_badge_tint"
android:src="@drawable/offline_bolt" />
« no previous file with comments | « no previous file | chrome/android/java/strings/android_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698