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

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

Issue 1260583004: Gray horizontal keyboard accessory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Horizontal padding and font colors. Created 5 years, 5 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/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 5d693704bc03c11b074164130f84c110fbb8d1f3..424d2f47c6a0204061d12893473b0ead1af4c2e8 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -15,10 +15,11 @@
android:layout_height="0dp"
android:layout_weight="1" />
- <FrameLayout
+ <HorizontalScrollView
+ android:background="#FFF"
android:id="@+id/keyboard_accessory"
- android:layout_width="match_parent"
android:layout_height="wrap_content"
aurimas (slooooooooow) 2015/07/29 00:16:08 Can this be fixed height instead of wrap_content?
please use gerrit instead 2015/07/30 21:04:23 Done.
+ android:layout_width="match_parent"
android:visibility="gone" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698