Skip to content

Add new features and bug fixes

Latest
Compare
Choose a tag to compare
@therealshabi therealshabi released this 01 Nov 10:16
· 8 commits to master since this release
dc2d44b

Changelogs

  • Add circular indicator below the whole flipper view
  • Add background for the circular indicator
  • Update method to show/hide circular pager indicator by simply updating the visibility of the indicator
  • Add alpha hex code in bg_overlay file in the form of #AARRGGBB
  • Extract dimen and color resources of layouts
  • Add method to remove Auto Cycle
  • Also remove autocycle if scroll time set to 0
  • Add a method to remove all flipper views from the FlipperLayout
  • Add a new UIUtil class to convert dp values to pixels and vice versa
  • Create new HomeActivity with a recycler view in which flipper view is inside a recycler view
  • Create an interior and exterior tab layouts
  • Add a method to showInnerPagerndicator to display an inner pager indicator instead of outer pager indicator
  • Add a method to add background color/drawable to flipper pager
  • Create a method to expose the flipper pager to the user, so that they can customise it as per their needs
  • Update Readme and add new GIFs