Skip to content

Release 0.1.1

Compare
Choose a tag to compare
@taltstidl taltstidl released this 03 Sep 11:26
· 91 commits to master since this release
  • 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.