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

Minor improvement in faq fragment #2201

Merged

Conversation

Abhinavtdk
Copy link
Contributor

@Abhinavtdk Abhinavtdk commented Mar 18, 2021

Fixes #2200

Changes:
Added padding right to list_group.xml (displays question in faq fragment)

Screenshot/s for the changes:

improved_ui_faq.mp4

Checklist: [Please tick following check boxes with [x] if the respective task is completed]

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications done at the end of resource files strings.xml, dimens.xml or colors.xml
  • I have reformatted code in every file included in this PR [CTRL+ALT+L]
  • My code does not contain any extra lines or extra spaces
  • I have requested reviews from other members

APK for testing:
minor_ui_improvement_faq.zip

@Abhinavtdk
Copy link
Contributor Author

@CloudyPadmal can you please review

@@ -36,6 +36,7 @@
android:paddingBottom="@dimen/text_padding_top"
android:paddingLeft="@dimen/text_padding_top"
android:paddingTop="@dimen/text_padding_top"
android:paddingRight="@dimen/text_padding_top"
Copy link
Member

@CodeWithSouma CodeWithSouma Mar 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, please refactor this property text_padding_top with a generic name like faq_text_padding

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, I'll do it. Thanks for that

Copy link
Member

@CodeWithSouma CodeWithSouma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job

Copy link
Collaborator

@CloudyPadmal CloudyPadmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'll merge this one.

But I think, we are wasting a lot of space on letter "Q:". I believe we can omit that and have the question expand the whole view. May be @Abhinavtdk or @CodeWithSouma can work on that?

@CloudyPadmal CloudyPadmal added the Enhancement Improvement to an existing feature label Apr 1, 2021
@Abhinavtdk
Copy link
Contributor Author

Looks good. I'll merge this one.

But I think, we are wasting a lot of space on letter "Q:". I believe we can omit that and have the question expand the whole view. May be @Abhinavtdk or @CodeWithSouma can work on that?

Yea, I'll work on that

@CloudyPadmal CloudyPadmal merged commit 1d17d95 into fossasia:development Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor improvement in faq ui
3 participants