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

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

Issue 2814593003: 🔍 Continue working on the search widget prototype (Closed)
Patch Set: 🔍 Continue cleaning up the search widget. Created 3 years, 8 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/AndroidManifest.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/search_activity.xml
diff --git a/chrome/android/java/res/layout/search_activity.xml b/chrome/android/java/res/layout/search_activity.xml
index 378e268adbfb364330998c329b16a6cdc92119fd..739da1458f2827e5cb01c533a0fd808bfb37db84 100644
--- a/chrome/android/java/res/layout/search_activity.xml
+++ b/chrome/android/java/res/layout/search_activity.xml
@@ -7,7 +7,7 @@
android:id="@+id/control_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="#9affffff" >
+ android:background="@color/google_grey_500" >
<!-- This view is unnecessary visually, but required for the LocationBarLayout. -->
<org.chromium.chrome.browser.searchwidget.SearchActivityFadingBackgroundView
@@ -43,9 +43,9 @@
android:id="@+id/search_location_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
android:layout_marginStart="@dimen/tablet_toolbar_start_padding_no_buttons"
- android:layout_marginEnd="@dimen/tablet_toolbar_start_padding_no_buttons"
- android:layout_marginTop="@dimen/tablet_toolbar_start_padding_no_buttons" />
+ android:layout_marginEnd="@dimen/tablet_toolbar_start_padding_no_buttons" />
</FrameLayout>
« no previous file with comments | « chrome/android/java/AndroidManifest.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698