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
The xml files contain a lot of hardcoded dimensions
More Information
Currently, a lot of the layout files contain hardcoded dimension values as layout_width, layout_height, padding, etc. Instead of being hardcoded, these values should be a part of the dimens.xml file from which they should be accessed each time needed. The same should be done for text size which is currently hardcoded in a lot of places.