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

Unified Diff: chrome/android/java/res/drawable/app_banner_button_install.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
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/app_banner_button_open.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/app_banner_button_install.xml
diff --git a/chrome/android/java/res/drawable/app_banner_button_install.xml b/chrome/android/java/res/drawable/app_banner_button_install.xml
index 97e6c96a9c9c354e4b5f5d25f90d520aae0cc7f5..63aec61b6a77d6910a9815029579e0a70abaa9a8 100644
--- a/chrome/android/java/res/drawable/app_banner_button_install.xml
+++ b/chrome/android/java/res/drawable/app_banner_button_install.xml
@@ -7,12 +7,12 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <shape>
<solid android:color="#d1dd94" />
</shape>
</item>
<item>
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <shape>
<solid android:color="#b2cb39" />
</shape>
</item>
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/app_banner_button_open.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698