ankidroid/Anki-Android

SOFT_INPUT_ADJUST_RESIZE deprecated in API30

Open

#7110 aperta il 15 set 2020

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Kotlin (2789 fork)batch import
DeprecationHelp WantedKeep Open

Metriche repository

Star
 (11.132 star)
Metriche merge PR
 (Merge medio 9g 12h) (93 PR mergiate in 30 g)

Descrizione

The counsel on this one is rather involved:

https://developer.android.com/reference/android/view/WindowManager.LayoutParams#SOFT_INPUT_ADJUST_RESIZE

Call Window#setDecorFitsSystemWindows(boolean) with false and install an OnApplyWindowInsetsListener on your root content view that fits insets of type Type#ime().

That's a medium sized restructuring, so just marking the deprecation for now

Guida contributor