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: #158

Open GTrela opened 2 years ago

GTrela commented 2 years ago

After this step in tutorial: image colors of the button's won't change: image due to fact that theme is applied:

<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Theme.MyApplication" parent="Theme.MaterialComponents.DayNight.NoActionBar">

the user needs to change theme to this: <style name="Theme.MyApplication" parent="Theme.AppCompat.Light.NoActionBar">