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

Update appcompat 23.1.1 #10

Closed athospg closed 8 years ago

athospg commented 8 years ago

buildToolsVersion 23.0.2; Default FAM behavior for snackBar; Replace ThemeUtils dependency with new class;

taltstidl commented 8 years ago

@athospg Awesome! Thanks. I'll test and merge this as soon as I can. Any specific reason why you removed the dependency on ThemeUtils?

athospg commented 8 years ago

@TR4Android Sorry, I forgot to say why I did that. They removed the ThemeUtils class from appcompat 23.1.1.

athospg commented 8 years ago

@TR4Android You should also remove the "Created by Athos on 01/12/2015.". It was automatic add by AndroidStudio and I forgot to remove.

taltstidl commented 8 years ago

@athospg That's what I thought. Thanks again for sending this pull request. Adding support for a default Behaviour has been on my personal list for a while now.