android: Inset input overlay based on system cutouts

This commit is contained in:
Charles Lombardo 2023-03-21 00:34:39 -04:00 committed by bunnei
parent 1eb2e781ff
commit 4330135912
5 changed files with 93 additions and 58 deletions

View file

@ -138,6 +138,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "io.coil-kt:coil:2.2.2"
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.window:window:1.0.0'
// Allows FRP-style asynchronous operations in Android.
implementation 'io.reactivex:rxandroid:1.2.1'