switch control color android

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-03-26 16:12:44 +01:00
parent 5a955cd4d2
commit fb86b4d367
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="colorPrimaryDark">?attr/backgroundColor</item>
<item name="colorControlActivated">#ffffff</item>
<item name="android:windowBackground">?attr/backgroundColor</item>
<item name="android:forceDarkAllowed">true</item>
</style>