Version 3.0.337

This commit is contained in:
Anja Müller-Meißner 2022-08-30 15:42:25 +02:00
parent fd0e63cf10
commit 573fe77e12
2336 changed files with 33688 additions and 86082 deletions

View file

@ -19,7 +19,7 @@
<!-- colorAccent is used as the default value for colorControlActivated
which is used to tint widgets
value was #FF4081 (kind of pink) up to 3.0.219 -->
<item name="colorAccent">#3647df</item>
<item name="colorAccent">#D21113</item>
<!-- You can also set colorControlNormal, colorControlActivated
colorControlHighlight and colorSwitchThumbNormal. -->
<item name="windowActionModeOverlay">true</item>
@ -31,6 +31,6 @@
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
<!--value was #FF4081 (kind of pink) up to 3.0.219 -->
<item name="colorAccent">#3647df</item>
<item name="colorAccent">#D21113</item>
</style>
</resources>