blob: 84fe6650f69e2e819c60df14de4b61ad56b5bd71 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/chrome/browser/ui/ntp/new_tab_page_header_constants.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
namespace ntp_header {
const CGFloat kMinHeaderHeight = 62;
const CGFloat kAnimationDistance = 42;
const CGFloat kToolbarHeight = 56;
const CGFloat kScrolledToTopOmniboxBottomMargin = 4;
} // ntp_header