1. 程式人生 > >切換fragment回來的時候如果有類似viewpager的控制元件,會自動的被隱藏了,自動滑動了最上方的問題解決

切換fragment回來的時候如果有類似viewpager的控制元件,會自動的被隱藏了,自動滑動了最上方的問題解決

android:descendantFocusability

Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.

Must be one of the following constant values.

屬性是當一個為view獲取焦點時,定義viewGroup和其子控制元件兩者之間的關係。

屬性的值有三種:

        beforeDescendants:viewgroup會優先其子類控制元件而獲取到焦點

        afterDescendants:viewgroup只有當其子類控制元件不需要獲取焦點時才獲取焦點

        blocksDescendants:viewgroup會覆蓋子類控制元件而直接獲得焦點