-
Notifications
You must be signed in to change notification settings - Fork 807
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
Minor improvement in faq fragment #2201
Conversation
@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" |
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.
hey, please refactor this property text_padding_top
with a generic name like faq_text_padding
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.
ok, I'll do it. Thanks for that
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.
good job
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.
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 |
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]strings.xml
,dimens.xml
andcolors.xml
without hard-coding themstrings.xml
,dimens.xml
orcolors.xml
APK for testing:
minor_ui_improvement_faq.zip