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

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

Issue 2819743003: 🔍 Refactor LocationBarLayout to fix SearchActivity's location bar (Closed)
Patch Set: Rebase alone 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
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 b468890f72a0ffc937a22a9b9e2cebee4a347b62..6c079ea4dafea73488273c9f71a731d732533f71 100644
--- a/chrome/android/java/res/layout/search_activity.xml
+++ b/chrome/android/java/res/layout/search_activity.xml
@@ -37,14 +37,13 @@
android:background="@android:color/white"
android:clickable="true" >
- <!-- TODO(dfalcantara): Ask UX about what to do for tablets. -->
<org.chromium.chrome.browser.searchwidget.SearchActivityLocationBarLayout
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_marginStart="@dimen/search_activity_location_bar_margin_start"
+ android:layout_marginEnd="@dimen/search_activity_location_bar_margin_end" />
</FrameLayout>
« no previous file with comments | « chrome/android/java/res/layout/location_bar_base.xml ('k') | chrome/android/java/res/values-sw600dp/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698