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

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

Issue 2761583002: Make FadingEdgeScrollView more generic (Closed)
Patch Set: Make FadingEdgeScrollView more generic Created 3 years, 9 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 fb3f6e065a7aeb78ef625e6d10805f44ea73a308..6599676aaeb604be51ac4e13f64b44da7493fb31 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -405,6 +405,7 @@
<!-- Dialog dimensions.
https://www.google.com/design/spec/components/dialogs.html#dialogs-simple-dialogs -->
<dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are multiples of this. -->
+ <dimen name="separator_height">1dp</dimen>
<!-- Downloads dimensions. -->
<dimen name="downloads_item_icon_size">48dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698