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

Updates settings layouts in landscape #537

Conversation

cinadia
Copy link
Contributor

@cinadia cinadia commented May 28, 2024

Description:

  1. Spaces out the "Categories and Phrases", "Timing and Sensitivity", and "Selection Mode" buttons in Settings page
  2. Expands height of up/down arrows and Category name buttons in "Categories and Phrases" page
  3. Expands height of "Rename Category" and "Edit Phrases" buttons in individual Category edit menu

Screenshots:
1.
Before:
image

After:
image

Before:
image

After:
image

Before:
image

After:
image

  • Acceptance Criteria satisfied
  • Regression Testing

Copy link
Collaborator

@PaulKlauser PaulKlauser left a comment

Choose a reason for hiding this comment

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

🚀 🚀 🚀

@@ -240,6 +240,7 @@
<dimen name="edit_individual_category_padding_end">0dp</dimen>
<dimen name="edit_individual_category_padding">10dp</dimen>
<dimen name="edit_individual_category_margin_top">20dp</dimen>
<dimen name="edit_individual_category_menu_margin">8dp</dimen>
Copy link
Collaborator

Choose a reason for hiding this comment

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

For future reference (this is fine here), you could just put the 8dp in the layout itself. Typically it's nice to have "standard" padding values that are more generic eg. padding_1 padding_2 etc etc, that bucket things into the 8, 16, 24 point grid, but this project went overboard with very specific dimens that get declared and then only used like one time.

@cinadia cinadia force-pushed the 380-individual-category-padding-match-parent branch from 472240d to e5f9b36 Compare June 4, 2024 18:52
@cinadia cinadia requested a review from PaulKlauser June 4, 2024 21:05
@cinadia cinadia merged commit 34ecbdf into willowtreeapps:main Jun 4, 2024
5 checks passed
@cinadia cinadia deleted the 380-individual-category-padding-match-parent branch June 4, 2024 21:16
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.

2 participants