chromium/ios/chrome/browser/ui/popup_menu/public/popup_menu_ui_constants.h

// Copyright 2018 The Chromium Authors
// 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_