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

Unified Diff: sky/sdk/lib/framework/theme2/view_configuration.dart

Issue 1163633003: Port DrawerHeader to fn2 world. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove sky. Created 5 years, 6 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 | « sky/sdk/lib/framework/fn2.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/theme2/view_configuration.dart
diff --git a/sky/sdk/lib/framework/theme2/view_configuration.dart b/sky/sdk/lib/framework/theme2/view_configuration.dart
index 3934aa5e8250d7fefdc9147cb7002d0a629cb419..84e3ea0b5e837e5d489e995b0546ccb355643c94 100644
--- a/sky/sdk/lib/framework/theme2/view_configuration.dart
+++ b/sky/sdk/lib/framework/theme2/view_configuration.dart
@@ -6,6 +6,7 @@
// https://github.com/android/platform_frameworks_base/blob/master/core/java/android/view/ViewConfiguration.java
const double kStatusBarHeight = 25.0;
+const double kMaterialDrawerHeight = 140.0;
const double kScrollbarSize = 10.0;
const double kScrollbarFadeDuration = 250.0;
const double kScrollbarFadeDelay = 300.0;
« no previous file with comments | « sky/sdk/lib/framework/fn2.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698