Use webpage's dark theme (if applicable) automatically if app is in dark mode

So far only mangadex is the one I know with good support but its here now
This commit is contained in:
Jays2Kings 2021-09-30 15:29:01 -04:00
parent 4892096f5e
commit 7207da8df4
2 changed files with 20 additions and 1 deletions

View file

@ -102,6 +102,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.3.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("com.google.android.material:material:1.4.0")
implementation("androidx.webkit:webkit:1.4.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.preference:preference:1.1.1")
implementation("androidx.annotation:annotation:1.2.0")