From 49b29af661b7d6c3cc7c79de59b21eb5a92af434 Mon Sep 17 00:00:00 2001 From: Andrew Overton Date: Wed, 24 Oct 2018 15:55:50 -0400 Subject: [PATCH] Use ListThemer for List example (#5502) ## The problem: The Stereo cell example wasn't using the List Themer. ## The solution: Make the Stereo cell example use the List Themer. I didn't include before and after screenshots because there is no visual change. Closes #5501. --- .../List/examples/MDCSelfSizingStereoCellExample.m | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/components/List/examples/MDCSelfSizingStereoCellExample.m b/components/List/examples/MDCSelfSizingStereoCellExample.m index f7a9b4c8adc..da0a952765b 100644 --- a/components/List/examples/MDCSelfSizingStereoCellExample.m +++ b/components/List/examples/MDCSelfSizingStereoCellExample.m @@ -16,8 +16,7 @@ #import -#import "MaterialList+ColorThemer.h" -#import "MaterialList+TypographyThemer.h" +#import "MaterialList+ListThemer.h" #import "MaterialList.h" static CGFloat const kArbitraryCellHeight = 75.f; @@ -31,8 +30,7 @@ @interface MDCSelfSizingStereoCellExample ()