fix: show "N/A" user rating in search results with 0 rating apps
Description
In search results (tabbed), apps with 0.0 user rating is now displayed as N/A, matching with the existing implementation in other screens.
The code is now centralized in AppUserRatingFormatter utility, which Compose and non-compose codes use to get the formatted rating.
The rating icon and text are now centred vertically.
The rating value is locale aware, so a rating of 4.5 will be displayed as 4,5 where applicable. This is applied in different screens.
Screenshots
| Before | After |
|---|---|
![]() |
![]() |
Technical details
Tests
Issues
10 commandments of code review
Edited by Fahim M. Choudhury

