ankidroid/Anki-Android

SOFT_INPUT_ADJUST_RESIZE deprecated in API30

Open

#7,110 opened on 2020年9月15日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Kotlin (2,789 forks)batch import
DeprecationHelp WantedKeep Open

Repository metrics

Stars
 (11,132 stars)
PR merge metrics
 (平均マージ 9d 12h) (30d で 93 merged PRs)

説明

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

コントリビューターガイド