Challenge 1: A Reusable Button Style — Solution
// res/values/colors.xml
#2BB673#FFFFFF
// res/values/styles.xml
// activity_main.xml
Notes:
- Both Buttons reference the same style="@style/SecondaryButton" — any
future change to SecondaryButton (a new color, added padding, etc.)
updates both Buttons at once, without editing either