Skip to content

Commit

Permalink
[Buttons] Delete flaky shaped buttons example.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610455542
  • Loading branch information
Jeff Verkoeyen authored and material-automation committed Feb 26, 2024
1 parent 3710350 commit 26b93a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 250 deletions.
234 changes: 0 additions & 234 deletions components/Buttons/examples/ButtonsShapesExample.m

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
*/

#import "ButtonsTypicalUseSupplemental.h"
#import "MaterialButtons.h"
#import "MaterialMath.h"
#import "MaterialTypography.h"
#import "MDCButton.h"
#import "MDCTypography.h"
#import "MDCMath.h"

static const CGFloat kViewOffsetToCenter = 20;

Expand All @@ -40,19 +40,6 @@ + (NSDictionary *)catalogMetadata {

@end

@implementation ButtonsShapesExample (CatalogByConvention)

+ (NSDictionary *)catalogMetadata {
return @{
@"breadcrumbs" : @[ @"Buttons", @"Shaped Buttons" ],
@"primaryDemo" : @NO,
@"presentable" : @YES,
@"snapshotDelay" : @5.0,
};
}

@end

@implementation ButtonsTypicalUseViewController

- (UILabel *)addLabelWithText:(NSString *)text {
Expand Down

0 comments on commit 26b93a6

Please sign in to comment.