I tried to change the theme on the button and the activity but it change nothing
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
I tried to change the theme on the button and the activity but it change nothing
2
Answers
There is no any default button style in android studio and the button reads its property from the theme. (it’s not only for buttons but also for all views).
The button’s style which is shown in your picture has Material 3 style, I guess you are looking for the Material 2 theme so you can create another project without M3 theme or migrate your current project’s theme to M2.
by the way, to see the changes in your layout preview make sure that the theme which is selected in the drop-down menu at above of preview screen is selected correctly.
What do you mean by default button ? You need to change your theme bro that’s it