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

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

Issue 1259683004: Gray top border for keyboard accessory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keyboard-accessory
Patch Set: #DDD color 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 | « chrome/android/java/res/drawable/keyboard_accessory_background.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 34958caefd9522c8536127d2d98ac62fab227b86..b66e20d70fd0384047a805cb0d037b28ef3ca074 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -19,7 +19,7 @@
android:id="@+id/keyboard_accessory"
android:layout_height="@dimen/keyboard_accessory_height"
android:layout_width="match_parent"
- android:background="#FFF"
+ android:background="@drawable/keyboard_accessory_background"
android:fillViewport="true"
android:scrollbars="none"
android:visibility="gone" />
« no previous file with comments | « chrome/android/java/res/drawable/keyboard_accessory_background.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698