ScrollView 嵌套 ListView 時,刷新頁面時,會出現 自動 滾動至listview 的區域 解決方案:

在頁面切換  的時候,可能會出現  因listview 數據加載 致使  該頁面展現的位置爲 該listview區域android

解決方案:可在ScrollView中添加  ide

android:descendantFocusability="blocksDescendants"

 

概述:spa

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和其子控件二者之間的關係。code

該屬性的值有三種:blog

      

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

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

        blocksDescendants:viewgroup會覆蓋子類控件而直接得到焦點
View Code
相關文章
相關標籤/搜索