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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 2884563002: Fix compact infobar height to match the height of Contextual Search. (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 27efbdd56d4c8a185b971311bdea08e74a1a80d4..7e050590219252755639806d9880e95c60a99fdc 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -98,7 +98,7 @@
<dimen name="infobar_big_icon_margin">16dp</dimen>
<!-- Dimensions for compact infobars are a little shorter. -->
- <dimen name="infobar_compact_size">48dp</dimen>
+ <dimen name="infobar_compact_size">50dp</dimen>
Theresa 2017/05/18 23:43:20 Contextual search maches the toolbar height; in no
<!-- Dimensions for compact translate infobar. -->
<dimen name="infobar_translate_fade_edge_length">18dp</dimen>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698