Skip to content

Instantly share code, notes, and snippets.

View vishalkale's full-sized avatar

Vishal Kale vishalkale

  • Pune, Maharashtra, India
View GitHub Profile
@vishalkale
vishalkale / WindowInsetsHelper.kt
Last active July 18, 2025 05:26
Edge to edge helper
import android.app.Activity
import android.graphics.Color
import android.view.View
import android.view.Window
import androidx.annotation.ColorInt
import androidx.core.view.WindowCompat
import androidx.core.view.WindowInsetsCompat
import androidx.core.view.updatePadding
import androidx.core.view.ViewCompat