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

Unified Diff: chrome/android/java/res/drawable/keyboard_accessory_shadow.xml

Issue 1259683004: Gray top border for keyboard accessory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keyboard-accessory
Patch Set: Created 5 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/res/layout/main.xml » ('j') | chrome/android/java/res/layout/main.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/keyboard_accessory_shadow.xml
diff --git a/ui/android/java/res/drawable/button_compat_shape.xml b/chrome/android/java/res/drawable/keyboard_accessory_shadow.xml
similarity index 71%
copy from ui/android/java/res/drawable/button_compat_shape.xml
copy to chrome/android/java/res/drawable/keyboard_accessory_shadow.xml
index bbcfab2aa90e9d36c427074c1440c71549fa512f..a4b1443e35c5e13264def748cb88cab8b275bf46 100644
--- a/ui/android/java/res/drawable/button_compat_shape.xml
+++ b/chrome/android/java/res/drawable/keyboard_accessory_shadow.xml
@@ -4,6 +4,8 @@
found in the LICENSE file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="#fff" />
- <corners android:radius="2dp" />
+ <gradient
+ android:angle="90"
+ android:endColor="#0000"
+ android:startColor="#30000000" />
</shape>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/main.xml » ('j') | chrome/android/java/res/layout/main.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698