Skip to content
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

improve UI of accounts screen #115

Open
wants to merge 1 commit into
base: redesign
Choose a base branch
from
Open

improve UI of accounts screen #115

wants to merge 1 commit into from

Conversation

laxyapahuja
Copy link

@laxyapahuja laxyapahuja commented Jan 12, 2020

Issue Fix

Fixes #103

Description

Updated the UI to the new redesign design.

Screenshots

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

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

@rchtgpt
Copy link
Member

rchtgpt commented Jan 12, 2020

hey @laxyapahuja, you'll have to add all the dimensions, texts and colors in dimens.xml, strings.xml and colors.xml respectively.

@laxyapahuja
Copy link
Author

updated.

@rchtgpt
Copy link
Member

rchtgpt commented Jan 12, 2020

I can still see some hardcoded texts, colors and dimensions. can you check again?

@laxyapahuja
Copy link
Author

Updated.

app/src/main/res/layout/item_customer_deposit_accounts.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_loans.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_deposit_accounts.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_deposit_accounts.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_loans.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_loans.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_loans.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_customer_loans.xml Outdated Show resolved Hide resolved
@laxyapahuja
Copy link
Author

@Rachittt all this code was already existing. i haven't touched it and it is not advised to correct already existing code :)

@laxyapahuja laxyapahuja changed the base branch from redesign to master January 13, 2020 20:05
@laxyapahuja laxyapahuja changed the base branch from master to redesign January 13, 2020 20:05
@rchtgpt
Copy link
Member

rchtgpt commented Jan 24, 2020

@laxyapahuja, when the user clicks on the loan button, a plus icon will appear on the top right side which will redirect the user to Apply for Loan screen. Please check the prototype video of mockup design from '0:15' to get reference.

@laxyapahuja
Copy link
Author

@laxyapahuja, when the user clicks on the loan button, a plus icon will appear on the top right side which will redirect the user to Apply for Loan screen. Please check the prototype video of mockup design from '0:15' to get reference.

updated.

@luckyman20
Copy link
Collaborator

Use RecyclerView to show lists.

@laxyapahuja
Copy link
Author

Use RecyclerView to show lists.

There already was a recycler view for recent transactions. I've used that fragment as a nested fragment in dashboard activity as that was the most optimal solution and didn't require me to change the code much.

@garvit984
Copy link
Collaborator

The tint color for deposit and loan is not correct. Cards are also not as per the design. The position, size, and color of the plus symbol are not correct. Remove that Toolbar.

@garvit984
Copy link
Collaborator

@laxyapahuja Please correct the conflicting files and the changes requested above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants