-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Letters being cut off in TextViews #161
Comments
This is the first time I've seen an issue like this. Is your default OS language english? And does this occur on 0.7.10? |
I honestly have no idea why this occurs. Are you using some custom ROM for your device? Your font scaling and font weight do not look like any common vendor OS. |
Nah, just a Samsung with Android 13. You can change font scaling, display size, and fonts itself, but the problem also applies on default settings sadly. If I show layout bounds, it doesn't tell much either sadly. Maybe giving the TextViews in the Drawer a weight of 1 (I see that you are most likely using wrap_content for these) would fix at least those texts. I'd be willing to test out such a build if you want to, but I'm not sure if that's the problem, nor how to fix it for all the other texts.
|
Apparently this is an ancient react-native bug: There are a few possible solutions, but this is most probably best delt with by updating the app to used a stricter font and unify styling across text fields. |
You've probably got something. That looks very similar to what I am experiencing. What you said may help, I don't know, never worked with react. Good Luck!
|
can confirm on samsung galaxy note 20 (non-ultra): not sure if related but the end of generated paragraphs is sometimes cut off as well, whereas it is not in the service software (i use LM Studio). Since both involve truncating the end of things, maybe there's something in common? note: in that image the output was truncated after "your friend, " - and the "copilot" or whatever has a name "chat33" so it's not like that was blank and that's why. it should have said "your friend, Chat33" if it was gunna say that at all. |
Also if "friendly name" of API entry is too long, the "edit" button goes outside the screen and can't be tapped. |
Using Android 13, and the letters of TextViews are being cut off at the end of them a lot of the times. I've attached a screenshot for reference.
![Screenshot_20241229-113717_Trebuchet](https://private-user-images.githubusercontent.com/192397572/399153404-90a634bc-c1bc-486f-87c2-5af550134cfa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDA5MDYsIm5iZiI6MTczOTUwMDYwNiwicGF0aCI6Ii8xOTIzOTc1NzIvMzk5MTUzNDA0LTkwYTYzNGJjLWMxYmMtNDg2Zi04N2MyLTVhZjU1MDEzNGNmYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwMjM2NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02N2RiMmQ4MTc2MzUwMTIyN2ZlODY4MjExNGFhMDkyNTYyMGZkNWQ1YjMyYjZlMmRlMzgyYjZmYjg4MTc3YWI1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Gxl1wL9ydLG-Mjb0OOg7j6mOpTVcET-SNS865PUXUWE)
Oh yeah, the version number is also cut off, but it is v0.8.3a, so the latest one, but I tried every single version back to v0.8.0 and it happens on all of them, so quite wondering why nobody else has pointed this out...
The text was updated successfully, but these errors were encountered: