buildSrc/sample/providers/src/main/java/com/uber/stylist/myproviders/SampleThemeStencilProvider.java [60:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public Set<ThemeStencil> stencils() {
    return new LinkedHashSet<>(Arrays.asList(
        new ThemeStencil("Theme.Sample", "Theme.AppCompat"),
        new ThemeStencil("Theme.Sample.Light", "Theme.AppCompat.Light"),
        new ThemeStencil("Theme.Sample.Dialog", "Theme.AppCompat.Dialog", dialogAttrs),
        new ThemeStencil("Theme.Sample.Light.Dialog", "Theme.AppCompat.Light.Dialog", dialogAttrs)
    ));
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sample/providers/src/main/java/com/uber/stylist/myproviders/SampleThemeStencilProvider.java [60:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public Set<ThemeStencil> stencils() {
    return new LinkedHashSet<>(Arrays.asList(
        new ThemeStencil("Theme.Sample", "Theme.AppCompat"),
        new ThemeStencil("Theme.Sample.Light", "Theme.AppCompat.Light"),
        new ThemeStencil("Theme.Sample.Dialog", "Theme.AppCompat.Dialog", dialogAttrs),
        new ThemeStencil("Theme.Sample.Light.Dialog", "Theme.AppCompat.Light.Dialog", dialogAttrs)
    ));
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



