taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

Subtitle of FlexibleToolbarLayout is not getting styled. #15

Closed ApplicationNinja closed 8 years ago

ApplicationNinja commented 8 years ago

Lines #246 - #256 of FlexibleToolbarLayout.java are incorrect, in that they read the sub title style, but apply it to the title instead of the subtitle.

taltstidl commented 8 years ago

@TechnologySolutionsGroup Good catch, thanks for the investigation! :+1:

ApplicationNinja commented 8 years ago

Sorry, need to re-open, lines #249 and #254 need to be changed too, otherwise you're applying the title style to the sub title element. :)

taltstidl commented 8 years ago

@TechnologySolutionsGroup Shoot, I should have paid more attention! Thanks :smile:

taltstidl commented 8 years ago

@TechnologySolutionsGroup Release 0.3.0 contains this fix, so you can update to it if you want to. Thanks again! :smiley: