my layout:
<LinearLayout>
<FrameLayout>
<CheckBox />
</FrameLayout>
</LinearLayout>
I need the linearlayout to get focused when the checkbox is clicked, so that the linearlayout shows focused-background.
Does anyone have any ideas?
Try the following: