| 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 84e3ea0b5e837e5d489e995b0546ccb355643c94..e760f495cf5e7d711db7b2275fb1559865e13b2c 100644
|
| --- a/sky/sdk/lib/framework/theme2/view_configuration.dart
|
| +++ b/sky/sdk/lib/framework/theme2/view_configuration.dart
|
| @@ -5,7 +5,10 @@
|
| // Modeled after Android's ViewConfiguration:
|
| // https://github.com/android/platform_frameworks_base/blob/master/core/java/android/view/ViewConfiguration.java
|
|
|
| -const double kStatusBarHeight = 25.0;
|
| +const double kNotificationAreaHeight = 25.0;
|
| +// TODO(ianh): Figure out actual specced height for status bar
|
| +const double kStatusBarHeight = 50.0;
|
| +const double kToolBarHeight = 56.0;
|
| const double kMaterialDrawerHeight = 140.0;
|
| const double kScrollbarSize = 10.0;
|
| const double kScrollbarFadeDuration = 250.0;
|
|
|