ankidroid/Anki-Android

SOFT_INPUT_ADJUST_RESIZE deprecated in API30

Open

#7,110 建立於 2020年9月15日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Kotlin (2,789 fork)batch import
DeprecationHelp WantedKeep Open

倉庫指標

Star
 (11,132 star)
PR 合併指標
 (平均合併 9天 12小時) (30 天內合併 93 個 PR)

描述

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

貢獻者指南