ankidroid/Anki-Android

SOFT_INPUT_ADJUST_RESIZE deprecated in API30

Open

#7 110 ouverte le 15 sept. 2020

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Kotlin (2 789 forks)batch import
DeprecationHelp WantedKeep Open

Métriques du dépôt

Stars
 (11 132 stars)
Métriques de merge PR
 (Merge moyen 9j 12h) (93 PRs mergées en 30 j)

Description

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

Guide contributeur