material design: buttons won't take theme color?
问题 After extending the material.light theme,and setting up the colors like this: <resources> <!-- inherit from the material theme --> <style name="MiTemaMaterial" parent="android:Theme.Material.Light"> <!-- Main theme colors --> <!-- your app branding color for the app bar --> <item name="android:colorPrimary">#4DB6AC</item> <!-- darker variant for the status bar and contextual app bars --> <item name="android:colorPrimaryDark">#009688</item> <!-- theme UI controls like checkboxes and text