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

Unified Diff: sky/framework/components/toolbar.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/drawer_header.dart ('k') | sky/framework/theme/view-configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/toolbar.dart
diff --git a/sky/framework/components/toolbar.dart b/sky/framework/components/toolbar.dart
index 57a3047884274150228f500a2d8df93e47d6dde0..9b5487689d0755e7829d4c062e6da46866fd7a9d 100644
--- a/sky/framework/components/toolbar.dart
+++ b/sky/framework/components/toolbar.dart
@@ -5,6 +5,7 @@
import '../fn.dart';
import '../theme/colors.dart';
import '../theme/shadows.dart';
+import '../theme/view-configuration.dart';
class Toolbar extends Component {
List<Node> children;
@@ -15,6 +16,7 @@ class Toolbar extends Component {
height: 56px;
background-color: ${Purple[500]};
color: white;
+ padding-top: ${kStatusBarHeight}px;
box-shadow: ${Shadow[2]};'''
);
« no previous file with comments | « sky/framework/components/drawer_header.dart ('k') | sky/framework/theme/view-configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698