willowtreeapps / willowtreeapps/vocable-android
Phrase Cell Constraint Issue on Main Screen
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 127
- Forks
- 21
- Avg merge
- 16m
- Merged PRs (30d)
- 4
Description
Describe the bug
When there are a certain number of phrases displayed on the main screen, so that there is one additional phrase in the left hand column than the right, the phrase cell on the right's bottom constraint extends beyond the padding.


Steps to reproduce the behavior:
- Create a custom category
- Add 3 phrases to the custom category
- Open the category from w/in the Main Screen
- Note the cell size of the phrase in the right hand column
Expected behavior
The bottom constraint of the cell in the right hand column should match that of the one on the left so that the cell sizes match.
Actual Behavior
The bottom constraint of the cell in the right hand column extends just beyond the padding. So that the cell does not match the size of the others.
Device:
- Device Type: Pixel 5 (emulator)
- OS: Android 12
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue on the main screen by creating a custom category with three phrases on a Pixel 5 emulator running Android 12. Inspect the main-screen phrase-cell layout and its column constraints; done means the right and left cells have matching sizes and bottom padding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100