-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: migrated savings account application screen to compose #2522
refactor: migrated savings account application screen to compose #2522
Conversation
hey, thats screenshot is actually the previous design in XML, that doesn’t have the padding. I have already given the padding in Compose design, you can check Compose screen recording here: |
...ain/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationContent.kt
Outdated
Show resolved
Hide resolved
...in/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationFragment.kt
Outdated
Show resolved
Hide resolved
...in/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationFragment.kt
Outdated
Show resolved
Hide resolved
...in/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationFragment.kt
Outdated
Show resolved
Hide resolved
...in/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationFragment.kt
Outdated
Show resolved
Hide resolved
...in/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationFragment.kt
Outdated
Show resolved
Hide resolved
...main/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationScreen.kt
Outdated
Show resolved
Hide resolved
...main/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationScreen.kt
Outdated
Show resolved
Hide resolved
...main/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationScreen.kt
Outdated
Show resolved
Hide resolved
ca96e7f
to
0b1335c
Compare
* Created by saksham on 30/June/2018 | ||
*/ | ||
@AndroidEntryPoint | ||
class SavingsAccountApplicationFragment : BaseFragment() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome Job! Now later on when we will implement compose navigation we only need to pick the compose and done.
...n/java/org/mifos/mobile/ui/savings_account_application/SavingsAccountApplicationViewModel.kt
Outdated
Show resolved
Hide resolved
0b1335c
to
076224a
Compare
Fixes #2521
Please Add Screenshots If there are any UI changes.
Before(XML Screen):
https://github.com/openMF/mifos-mobile/assets/77102514/91c990b5-e8ff-47c8-865e-2893fe0461cd
After(Compose Screen):
https://github.com/openMF/mifos-mobile/assets/77102514/f17bc7d2-84e8-4099-8a6a-53e355685db1