You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds TypefaceCompat primarily for usage with the AppCompatActivity: support the Material Design Typography back to API 7 with one line of code! Thanks goes to @fountaingeyser.
Updates AccountHeaderView: you can now customize the placeholder by setting a custom circle color and/or a person image to a specific Account.
Updates FloatingActionMenu: you can now easily setup dimming for your activity with the setupWithDimmingView(View dimmingView, int dimmingColor) method. This also collapses the FloatingActionMenu when the dimmed View or the back button is clicked.
Updates CircleImageView: you can now also use Drawables (and resource ids) for the placeholder! The setCircleImage...() methods have been removed in favor of the default setImage...() methods for better support of image-loading libraries. Instead there's the setCircleImageEnabled() method to toggle circular images.