Move all the hardcoded strings in XML and code to a strings.xml for best practices Hard coded margin values in layout XML files should be externalized to an xml as well IDs should be namespaced as well since it's best practice
Move all the hardcoded strings in XML and code to a strings.xml for best practices
Hard coded margin values in layout XML files should be externalized to an xml as well
IDs should be namespaced as well since it's best practice