Make A Relativelayout And It's Child Im My Case An Imageview Act Like One Button
Hi im trying to accomplish the following layout. I have two RelativeLayout, each one contains a TextView and an ImageView. the imageView show to the user the choice that he picked
Solution 1:
Set the property of you child view android:duplicateParentState="true"
Post a Comment for "Make A Relativelayout And It's Child Im My Case An Imageview Act Like One Button"