-
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
Improved UI Of Config Activity #1977
Conversation
31c6cfb
to
f23ea4b
Compare
@CloudyPadmal please review. |
checkBox.setLayoutParams(checkBoxParams); | ||
paramsListContainer.addView(checkBox, i); | ||
for (int i = 0; i < params.length; i++) { | ||
|
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.
remove extra lines.
CheckBoxAdapter box; | ||
box = new CheckBoxAdapter(CreateConfigActivity.this, list); | ||
paramsListContainer.setAdapter(box); | ||
|
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.
remove extra lines.
Can we reduce the margin between each checkbox item in list view? Currently it looks a bit much.. |
As mentioned in the #1960 it would be better to add scroll to the entire layout and not just the parameters section. @kshitiz-kumar |
Yeah sure. I can give it a try |
|
f23ea4b
to
cac2925
Compare
cac2925
to
93d4eb1
Compare
@CloudyPadmal @neel1998 the required changes are made. The margin between checkboxes is reduced and the apk been updated. I think things are working fine.
|
@CloudyPadmal please review. |
@CloudyPadmal please review. |
Fixes #1973
Changes: The Config Activity UI was unordered, so changes were made in the config layout by adding a number of views.
Screenshot/s for the changes:
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:
app-fdroid-debug.zip