blob: c1606d8bc147b17ee7391aa0e97fad24708a7152 [file] [log] [blame]
// Copyright 2018 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.
#ifndef IOS_CHROME_BROWSER_UI_TABLE_VIEW_TABLE_VIEW_NAVIGATION_CONTROLLER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_TABLE_VIEW_TABLE_VIEW_NAVIGATION_CONTROLLER_CONSTANTS_H_
#import <Foundation/Foundation.h>
// Vertical offset from the top, to center search bar and cancel button in the
// header.
extern const float kTableViewNavigationVerticalOffsetForSearchHeader;
// The Alpha value used by the SearchBar when disabled.
extern const float kTableViewNavigationAlphaForDisabledSearchBar;
// The duration for scrim to fade in or out.
extern const NSTimeInterval kTableViewNavigationScrimFadeDuration;
// Accessibility ID for the "Done" button on TableView NavigationController bar.
extern NSString* const kTableViewNavigationDismissButtonId;
#endif // IOS_CHROME_BROWSER_UI_TABLE_VIEW_TABLE_VIEW_NAVIGATION_CONTROLLER_CONSTANTS_H_