Open GTrela opened 2 years ago
After this step in tutorial: colors of the button's won't change: 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">
<style name="Theme.MyApplication" parent="Theme.AppCompat.Light.NoActionBar">
After this step in tutorial: colors of the button's won't change: due to fact that theme is applied:
the user needs to change theme to this:
<style name="Theme.MyApplication" parent="Theme.AppCompat.Light.NoActionBar">