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

Unified Diff: chrome/android/java/res/drawable/app_banner_button_open.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/drawable/app_banner_button_open.xml
diff --git a/chrome/android/java/res/drawable/app_banner_button_open.xml b/chrome/android/java/res/drawable/app_banner_button_open.xml
index 27b5f2df4a0a9c428dc64dec775b1e8f7949d4e2..d841e087469918cd38f82687484320a186b24489 100644
--- a/chrome/android/java/res/drawable/app_banner_button_open.xml
+++ b/chrome/android/java/res/drawable/app_banner_button_open.xml
@@ -8,13 +8,14 @@
<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">
- <stroke android:width="1dp" android:color="#cccccc" />
+ <shape>
<solid android:color="#ebebeb" />
+ <stroke android:width="1dp" android:color="#cccccc" />
</shape>
</item>
<item>
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <shape>
+ <solid android:color="#ffffff" />
<stroke android:width="1dp" android:color="#d9d9d9"/>
</shape>
</item>
« no previous file with comments | « chrome/android/java/res/drawable/app_banner_button_install.xml ('k') | chrome/android/java/res/layout/app_banner_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698