zhenghaoz / MaterialWeCenter

WeCenter Android app based on v3.1.9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

輸入東西時SNACKBAR會被輸入法遮蓋

ckc opened this issue · comments

首先謝謝你開源供大家學習
剛下了試您演示apk,發現SNACKBAR會被遮蓋
看看能不加如下類似的?
android:layout_alignParentBottom="true"

感謝反饋,我添加了android:windowSoftInputMode="adjustResize",更新了代碼和DEMO:#27