Hi I\'m trying to make my linear layout work like button. I mean I\'m trying to change its background color when the state is changed. I used selector to solve it, but it didn\'
You can add:
android:clickable="true"
to LinearLayout.
LinearLayout