blob: 65d8c71858cadcadbe92df60ceb56ec3acdd049c [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 CGFloat kTableViewHeaderFooterViewHeight = 44.0;
const CGFloat kTableViewHorizontalSpacing = 16.0;
const CGFloat kTableViewVerticalSpacing = 8.0;
const CGFloat kTableViewSubViewHorizontalSpacing = 12.0;
const CGFloat kTableViewCellSelectionAnimationDuration = 0.15;
const CGFloat kUseDefaultFontSize = 0.0;
const CGFloat kTableViewLabelVerticalTopSpacing = 13.0;
const CGFloat kTableViewTextLabelColorLightGrey = 0x6D6D72;
const CGFloat kSecondaryLabelLightGrayTextColor = 0x8E8E93;