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

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

Issue 2788343002: Translate page in the new UI. (Closed)
Patch Set: compact unit test 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/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index ab2e53db1797d51819359746d073cdfd495e48db..4e750fdb477e3799e84bff680ee5556acea42c98 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -100,6 +100,9 @@
<!-- Dimensions for compact infobars are a little shorter. -->
<dimen name="infobar_compact_size">48dp</dimen>
+ <!-- Dimensions for compact translate infobar. -->
+ <dimen name="infobar_translate_fade_edge_length">18dp</dimen>
+
<!-- Contextual search dimensions -->
<dimen name="contextual_search_peek_promo_height">48dp</dimen>
<dimen name="contextual_search_peek_promo_padding">12dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698