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

Unified Diff: sky/framework/theme/view-configuration.dart

Issue 1010493007: Make the status bar translucent (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/framework/components/toolbar.dart ('k') | sky/shell/org/domokit/sky/shell/SkyActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/theme/view-configuration.dart
diff --git a/sky/framework/theme/view-configuration.dart b/sky/framework/theme/view-configuration.dart
index 2b3f895e0715eb480fc9a00584505d300681014c..ba6558057a3be43b283c064f9ffe658d981ab374 100644
--- a/sky/framework/theme/view-configuration.dart
+++ b/sky/framework/theme/view-configuration.dart
@@ -10,3 +10,4 @@ const int kMinFlingVelocity = 50;
const int kScrollbarFadeDelay = 300;
const int kScrollbarFadeDuration = 250;
const int kScrollbarSize = 10;
+const int kStatusBarHeight = 25;
« no previous file with comments | « sky/framework/components/toolbar.dart ('k') | sky/shell/org/domokit/sky/shell/SkyActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698