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

Unified Diff: sky/sdk/lib/theme/view_configuration.dart

Issue 1220353002: Add padding values to View.idl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/engine/public/platform/sky_display_metrics.h ('k') | sky/sdk/lib/widgets/scaffold.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/theme/view_configuration.dart
diff --git a/sky/sdk/lib/theme/view_configuration.dart b/sky/sdk/lib/theme/view_configuration.dart
index b31a5383869721c5b700e42b9a5add3d1e9d5911..bebad2949f5c936ca6a7376b43e0e863d5bf959b 100644
--- a/sky/sdk/lib/theme/view_configuration.dart
+++ b/sky/sdk/lib/theme/view_configuration.dart
@@ -5,7 +5,6 @@
// Modeled after Android's ViewConfiguration:
// https://github.com/android/platform_frameworks_base/blob/master/core/java/android/view/ViewConfiguration.java
-const double kNotificationAreaHeight = 25.0;
// TODO(ianh): Figure out actual specced height for status bar
const double kStatusBarHeight = 50.0;
« no previous file with comments | « sky/engine/public/platform/sky_display_metrics.h ('k') | sky/sdk/lib/widgets/scaffold.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698