xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
224 stars 104 forks source link

Bugfix: Ensure "No items found" is not truncated #1154

Closed wutschel closed 1 month ago

wutschel commented 1 month ago

Description

This PR changes the layout of the the "No items found" label to ensure the text is not truncated in other languages.

Following changes are applied:

Screenshots (left = Version 1.15, middle = before this PR, right = this PR): Bildschirmfoto-2024-09-29-um-21-54-00

Summary for release notes

Bugfix: Ensure "No items found" is not truncated

kambala-decapitator commented 1 month ago
  • Use numberOfLines = 2 (in case not fitting into a single row, the text will expand to two rows)

what if it doesn't fit 2 lines? Maybe set to 0 instead?

wutschel commented 1 month ago

The label's dimension wouldn't support more than 3 lines. The existing translations are also not that long.