Working with Buttons in Android Studio

While learning to build apps in Android Studio, I would always run into issues when trying to add custom styling to the Button elements. This is because of the way Android Studio’s new-project wizard works, and the way it sets up the project’s theme.xml file. When you create a new project, it is based on …