added in API Level 1
When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself.
android:duplicateParentState = "true"
android:duplicateParentState = "false"
Related Articles:
Resources:
http://developer.android.com/reference/android/view/View.html#attr_android:duplicateParentState
http://developer.android.com/reference/android/R.attr.html#duplicateParentState
Popular Posts
- Perform an Action after Enter keypress on EditText
- Intent setType(String type) - How to Set an Explicit MIME data type
- android:ellipsize - Add an ellipsis(...) in a TextView
- Create a Drawable Object Variable
- Solution: Running Android Lint has encountered a problem Failed
- android:alpha - Set the Opacity/Transparency of Text in TextView/EditText
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL
- android:scrollbarStyle - Change the Scrollbar Location/Style in a TextView
- MenuInflater - How to Inflate a Menu
- Create a Web Browser