Answers for "button color dosn change in android"

0

button color dosn change in android

<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
change this to :
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
Posted by: Guest on January-27-2022

Code answers related to "button color dosn change in android"

Browse Popular Code Answers by Language