You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for developing and maintaining such a useful library.
I have encountered an issue where, on devices like Xiaomi Redmi 23049RAD8C, the text in the SimpleMenuPreference options is truncated when the text is too long. This means the full text of the options is not displayed, which can impact usability. I'm wondering if there might be a configuration option or a limitation in the layout of SimpleMenuPreference that is causing this truncation on these devices. Is there a recommended way to handle longer text labels within this component to prevent truncation?
Could you please advise if there's something I can do to resolve this on my end?
To help you investigate, here is some relevant device information from a user experiencing this issue:
First of all, thank you for developing and maintaining such a useful library.
I have encountered an issue where, on devices like
Xiaomi Redmi 23049RAD8C
, the text in theSimpleMenuPreference
options is truncated when the text is too long. This means the full text of the options is not displayed, which can impact usability. I'm wondering if there might be a configuration option or a limitation in the layout ofSimpleMenuPreference
that is causing this truncation on these devices. Is there a recommended way to handle longer text labels within this component to prevent truncation?Could you please advise if there's something I can do to resolve this on my end?
To help you investigate, here is some relevant device information from a user experiencing this issue:
I am using version 1.0.3. My xml code is as follows: https://github.com/xchacha20-poly1305/husi/blob/90b1c4ac5608c5745383ce9dd7bedfec2daf1e5c/app/src/main/res/xml/global_preferences.xml#L336-L343
More information, including screenshots, can be found in this related issue on my project: xchacha20-poly1305/husi#242
What's more, I tried gregkorossy/Android-Support-Preference-V7-Fix's
SimpleMenuPreference
, and there is the same problem.Please let me know if you require any further information from my side, and how I can best provide it.
Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered: