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
Currently the activity_car_selection_layout_carlist_entry.xml uses a PNG (Portable Network Graphics) resource file to display Icon. This might cause scalability problems on larger screens like Tablets. If these were replaces with an SVG (Scalable Vector Graphics) resource file, without altering the texture, it would be better.
Description:
Currently the
activity_car_selection_layout_carlist_entry.xml
uses aPNG (Portable Network Graphics)
resource file to display Icon. This might cause scalability problems on larger screens like Tablets. If these were replaces with anSVG (Scalable Vector Graphics)
resource file, without altering the texture, it would be better.Link for currently used PNG: https://github.com/enviroCar/enviroCar-app/blob/master/org.envirocar.app/res/drawable-hdpi/ic_drive_eta_black_24dp.png
Maybe fixed on #702
The text was updated successfully, but these errors were encountered: