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

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

Issue 2638353002: Update and unify nine-patch files for content suggestion and omnibox cards (Closed)
Patch Set: sync Created 3 years, 11 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 746b84b5a435ebea3c09c01c622cea2abdce1a6a..35b1f962c85ef91b5a4a2bc5eb8fd8c8ca149a6a 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -290,7 +290,8 @@
(https://crbug.com/660837). -->
<dimen name="snippets_peeking_card_peek_amount">32dp</dimen>
<dimen name="snippets_peeking_card_bounce_distance">10dp</dimen>
- <dimen name="snippets_card_9_patch_adjustment">2dp</dimen>
+ <dimen name="snippets_card_corner_radius">2dp</dimen>
+ <dimen name="snippets_card_gap">0.5dp</dimen>
<dimen name="snippets_article_header_height">40dp</dimen>
<dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen>
<dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698