oxyroid / M3UAndroid

Open Source Player, which made of jetpack compose. Android 8.0 and above supported.
https://t.me/m3u_android
Apache License 2.0
216 stars 24 forks source link

fix: Item box on TV for vertical or horizontal channel icons #129

Closed mohitkyadav closed 3 weeks ago

mohitkyadav commented 3 weeks ago

After the changes:

  1. Playlist example 1 with square channels on white background
Screenshot 2024-04-26 at 01 22 55
  1. Playlist example 2 channels with random sizes and transparent background
Screenshot 2024-04-26 at 01 23 36
  1. VOD playlist, simulated using setting the isVodOrSeriesPlaylist to true
Screenshot 2024-04-26 at 01 29 01
oxyroid commented 3 weeks ago

I updated the code, fixed the height to 128 DP, adjusted the image size to adaptive width, and change the contentScale to FillHeight.

photo_2024-04-26_14-49-38 photo_2024-04-26_14-49-35 photo_2024-04-26_14-49-32 photo_2024-04-26_14-49-27

mohitkyadav commented 3 weeks ago

thank you! 🔥 I'll close this PR then.