blob: c055e97c1ad199c62b1e8a4c094835518d019ab7 [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_POPUP_MENU_PUBLIC_POPUP_MENU_UI_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_POPUP_MENU_PUBLIC_POPUP_MENU_UI_CONSTANTS_H_
#import <UIKit/UIKit.h>
// Alpha for the background color of the highlighted items.
extern const CGFloat kSelectedItemBackgroundAlpha;
// Duration of the highlight animation of the popup menu.
extern const CGFloat kHighlightAnimationDuration;
// Radius for the rounded corner of the popup menu.
extern const CGFloat kPopupMenuCornerRadius;
#endif // IOS_CHROME_BROWSER_UI_POPUP_MENU_PUBLIC_POPUP_MENU_UI_CONSTANTS_H_