blob: b239becab8b90e5dcb495c16f60512f9d3eb24da [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.
#import "ios/chrome/browser/ui/table_view/cells/table_view_cells_constants.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
const UIFontTextStyle kTableViewSublabelFontStyle = UIFontTextStyleFootnote;
const CGFloat kTableViewHeaderFooterViewHeight = 48.0;
const CGFloat kChromeTableViewCellHeight = 48.0;
const CGFloat kTableViewHorizontalSpacing = 16.0;
const CGFloat kTableViewOneLabelCellVerticalSpacing = 14.0;
const CGFloat kTableViewTwoLabelsCellVerticalSpacing = 11.0;
const CGFloat kTableViewVerticalSpacing = 8.0;
const CGFloat kTableViewLargeVerticalSpacing = 16.0;
const CGFloat kTableViewSubViewHorizontalSpacing = 12.0;
const CGFloat kTableViewCellSelectionAnimationDuration = 0.15;
const CGFloat kUseDefaultFontSize = 0.0;
const CGFloat kTableViewLabelVerticalTopSpacing = 13.0;
const CGFloat kTableViewAccessoryWidth = 40;
const CGFloat kTableViewIconImageSize = 30;
const CGFloat kTableViewImagePadding = 14;
NSString* const kMaskedPassword = @"••••••••";
NSString* const kTableViewCellInfoButtonViewId =
@"kTableViewCellInfoButtonViewId";