Android Studio Button Color Doesn't Change Problem Fixed

First : Go To Res > Values > Theme > Change Both ( Day & Night )
Second: Change This Code

Third: Copy & Replace Code

First Method
themes.xml
      

      Theme.AppCompat.Light.NoActionBar

 
Second Method :
themes.xml



      Theme.MaterialComponents.DayNight.DarkActionBar


 
Previous Post Next Post