Commit 54856f3
fix: custom study card state menu overflow
`minHeight` is no longer enforced, so use `paddingVertical`
if the height is over `minHeight`
14dp: by visual inspection, likely only correct for default
text sizes
Fixes: 18953
Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>1 parent b031417 commit 54856f3
File tree
2 files changed
+2
-1
lines changed- AnkiDroid/src/main
- java/com/ichi2/anki/dialogs/customstudy
- res/layout
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments