-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Suggestion strip incognito icon cut off on top and bottom #221
Comments
It seems this has to be fixed programmatically. I've tried something like this, but no luck so far:
|
The icon actually seems fine, only the background is the issue. I don't know why Android wants to have the background larger than the actual button... The main issue seems to be that |
I would make a PR for the changes I made above, but I'm not sure how they would look on other devices with different resolutions and aspect ratios. |
I tested your commit and on my Huawei phone (1344px × 2772px), the defect is always present in landscape mode. |
I removed the maxHeight and maxWidth from xml, now it will be determined in code. |
just FYI, your change fixed the issue and it looks perfect now |
@Helium314 Watch videoBug.mp4All apps are affected. Do you have any ideas? |
No idea, and nothing in that commit should be able to summon anything outside the toolbar key. |
Sorry, it has nothing to do with this commit. My phone went from Android 10 to Android 12 yesterday. |
I've tested the first release and the bug is there. |
Does it happen in OpenBoard, or is it exclusive to this modified version?
This occurs in unmodified openboard app
Describe the bug
The top and bottom of the circle behind the incognito icon in suggestion strip is cut off
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The circle dawn behind the incognito icon should be smaller to fit within suggestion strip
Screenshots
If applicable, add screenshots to help explain your problem.
If you add screenshots, please reduce the size or use thumbnails to keep the issue nicely readable.
App version
Which exact version of this fork is affected?
v1.4.5_new_v10-20-gec1a91d1
Smartphone (please complete the following information):
Additional context
The screen resolution on my T813 tablet is 1536 x 2048 pixels, 4:3 ratio (~264 ppi density)
The text was updated successfully, but these errors were encountered: