Android: Set up Day/Night mode for system-compatible optional dark theme

This commit is contained in:
Parthiv Vora
2020-03-13 18:15:48 -04:00
parent bb7623e3ba
commit 5446e7b7d6
6 changed files with 19 additions and 10 deletions

View File

@ -81,7 +81,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
// Android TV UI libraries.
implementation 'androidx.leanback:leanback:1.0.0'