Merge pull request #6456 from TeamNewPipe/feature/switch-theme

Apply theme to switches
This commit is contained in:
Stypox 2021-07-18 13:12:47 +02:00 committed by GitHub
commit 6c25ce56a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 14 deletions

View file

@ -17,6 +17,7 @@
<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"/>