5
我的應用程序出現問題:由於AndroidBug5497Workaround版本> =棒棒糖上的奇怪行爲。Android SnackBar以上鍵盤與FAB
我正在使用協調器佈局,摺疊工具欄,碎片,浮動動作按鈕和快餐欄,一切正常工作前棒棒糖。 我需要在鍵盤上顯示我的Fab,並使用AndroidBug5497Workaround。 (根據Joseph Johnson's solution)
但隨着這種解決方案小吃店變得瘋了。 我使用所有的Android的支持庫23.2 +,在我的表現我已經設置android:windowSoftInputMode="stateAlwaysHidden|adjustResize"
這項活動
這就是我的活動結構:
<Coordinator Layout>
<Collapsing Toolbar />
<Linear Layout>
<Fragment />
</Linear Layout>
<Floating Action Button />
</Coordinator Layout>
這就是今天的片段:
<Linear Layout>
<Nested Scroll View>
<Linear Layout>
<CardView 1/>
<CardView 2/>
<CardView n/>
</Linear Layout>
</Nested Scroll View>
</Linear Layout>
任何幫助將不勝感激。 非常感謝。
活動我面臨同樣的問題,如果你得到了解決,那麼請在這裏分享呢? – Ninja
沒有。我使用對話框來「解決」問題 – ArghArgh