1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-08 19:23:01 +00:00

Merge pull request #7156 from TacoTheDank/removeDeprecatedPrefTheme

Remove deprecated preferenceTheme style attribute
This commit is contained in:
Robin
2021-09-24 22:36:15 +02:00
committed by GitHub

View File

@@ -16,7 +16,6 @@
<item name="actionColor">@color/white</item>
<item name="floatingActionButtonStyle">@style/FloatingActionButtonTheme</item>
<item name="toolbarSearchColor">@color/white</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
<item name="colorControlActivated">?attr/colorPrimary</item>
</style>
<style name="Base" parent="Base.V19"/>