google-developer-training / first-android-app

Repository for Build Your First Android App codelabs (Java and Kotlin)
7 stars 6 forks source link

First Android App codelab: #223

Open ggalarza123 opened 2 years ago

ggalarza123 commented 2 years ago

Step 2: Add a background color for the buttons

// Should be using the below for backtground button color for newer versions of Android Studio // on fragment_first.xml

android:backgroundTint="@color/buttonBackground"