Created
August 29, 2012 03:00
-
-
Save jiemachina/3506363 to your computer and use it in GitHub Desktop.
屏蔽是item先点击还是listView先点击
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android:descendantFocusability="afterDescendants" | |
android:descendantFocusability="beforeDescendants" | |
android:descendantFocusability="blocksDescendants" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment