mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
fix build imports and other build errors
This commit is contained in:
parent
def1ade0e3
commit
d4f9ea47bc
@ -20,6 +20,7 @@ import CatalogByConvention
|
||||
|
||||
import MaterialComponents.MaterialBottomAppBar
|
||||
import MaterialComponents.MDCActivityIndicatorColorThemer
|
||||
import MaterialComponents.MDCBottomNavigationBarColorThemer
|
||||
import MaterialComponents.MDCBottomAppBarColorThemer
|
||||
import MaterialComponents.MDCButtonBarColorThemer
|
||||
import MaterialComponents.MDCButtonColorThemer
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
#import "CardsCollectionTintingExample.h"
|
||||
#import "MaterialInk.h"
|
||||
#import "CardTintExampleCell.h"
|
||||
#import "supplemental/CardTintExampleCell.h"
|
||||
|
||||
@interface CardsCollectionTintingExample ()
|
||||
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
#import "MDCActivityIndicatorColorThemer.h"
|
||||
#import "MDCAlertColorThemer.h"
|
||||
#import "MDCBottomAppBarColorThemer.h"
|
||||
#import "MaterialBottomAppBar.h"
|
||||
#import "MDCButtonBarColorThemer.h"
|
||||
#import "MDCButtonColorThemer.h"
|
||||
#import "MDCFeatureHighlightColorThemer.h"
|
||||
@ -187,7 +188,7 @@ static NSString *s_secondaryColorString;
|
||||
toActivityIndicator:[MDCActivityIndicator appearance]];
|
||||
[MDCAlertColorThemer applyColorScheme:colorScheme];
|
||||
[MDCBottomAppBarColorThemer applyColorScheme:colorScheme
|
||||
toBottomAppBarView:MDCBottomAppBarView.appearance];
|
||||
toBottomAppBarView:[MDCBottomAppBarView appearance]];
|
||||
[MDCButtonBarColorThemer applyColorScheme:colorScheme toButtonBar:[MDCButtonBar appearance]];
|
||||
[MDCButtonColorThemer applyColorScheme:colorScheme toButton:self.previewButton];
|
||||
[MDCButtonColorThemer applyColorScheme:colorScheme toButton:[MDCButton appearance]];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user