fineract-cn-mobile icon indicating copy to clipboard operation
fineract-cn-mobile copied to clipboard

Fix-269 : Navigation with tabs implemented in all the Edit screens which use StepperLayout

Open varsvat opened this issue 3 years ago • 1 comments

Fixes FINCN-269

https://user-images.githubusercontent.com/53621853/111288749-7c009380-866a-11eb-8993-a0bf7cfe2a9f.mp4

In Edit Screens implemented with StepperLayout, right now , we can go to other steps(fragments) only by pressing next or back button. I have implemented the feature by which a user can navigate directly to the desired tab by clicking on that tab. Please note that this feature would be implemented in addition to the current workflow ,i.e, after implementation user can navigate through buttons as well as by clicking on the tabs.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • [x] Apply the AndroidStyle.xml style template to your code in Android Studio.

  • [x] Run the unit tests with ./gradlew check to make sure you didn't break anything.

  • [x] If you have multiple commits please combine them into one commit by squashing them.

varsvat avatar Mar 16 '21 09:03 varsvat