fun Activity.hideKeyboard(): Unit
hide keyboard |
|
fun Activity.setStatusBarTheme(isDark: Boolean): Unit
change theme of StatusBar it will available android 23 and above. |
|
fun Activity.setStatusNavBarColor(: Int, : Window = this.window, : Int = statusBarColor): Unit
Set Color of status bar and navigation bar |