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

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

Issue 221823005: Accessibility strings for app install alerts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Redid string, implemented suggestions Created 6 years, 9 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/app_banner_view.xml
diff --git a/chrome/android/java/res/layout/app_banner_view.xml b/chrome/android/java/res/layout/app_banner_view.xml
index 95928dec2c026806f1527e7934fd07fb5d8b9286..267fd2367dda32959028907b722f8323c24fa4cd 100644
--- a/chrome/android/java/res/layout/app_banner_view.xml
+++ b/chrome/android/java/res/layout/app_banner_view.xml
@@ -8,6 +8,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/app_banner_view"
android:background="@drawable/card_background_default"
+ android:clickable="true"
+ android:focusableInTouchMode="true"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<!-- View showing the icon. -->
@@ -66,6 +68,7 @@
<!-- Button that closes the banner. -->
<ImageButton
android:id="@+id/close_button"
+ android:contentDescription="@string/infobar_close"
android:adjustViewBounds="true"
android:src="@drawable/dismiss"
android:background="@drawable/app_banner_button_close"

Powered by Google App Engine
This is Rietveld 408576698