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

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

Issue 2093373004: [ImportantStorage] Clear button string update and lint fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | chrome/android/java/res/layout/manage_space_activity.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/confirm_important_sites_list_row.xml
diff --git a/chrome/android/java/res/layout/confirm_important_sites_list_row.xml b/chrome/android/java/res/layout/confirm_important_sites_list_row.xml
index 8fc577b38bbf09f197ff18b7c9780488872f48b0..5d79157e187cd96580bd0ce6cc327aa2203747bc 100644
--- a/chrome/android/java/res/layout/confirm_important_sites_list_row.xml
+++ b/chrome/android/java/res/layout/confirm_important_sites_list_row.xml
@@ -26,6 +26,7 @@
android:padding="2dp"/>
<ImageView
Theresa 2016/06/27 20:11:17 Can the image view gain focus when TalkBack is on?
dmurph 2016/06/27 21:28:44 Fixed by disabling accessibility.
android:id="@+id/icon_row_image"
+ android:contentDescription="@null"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/manage_space_activity.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698