Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 547 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 547 Bytes

Dark WebView

This library helps you to set your WebView background to dark in Dark Theme mode.

Dependency

Add the dependency to your app level build.gradle

Gradle Groovy DSL

dependencies {
	implementation 'io.github.kakyire:webview-theme:1.0.0'
}

Gradle Kotlin DSL

dependencies{
implementation("io.github.kakyire:webview-theme:1.0.0")
}

Implementation

In your activity or fragment add this single line of code

Implementation

webView.setWebViewDarkTheme()