How do i change the color of a Relative Layout i use as a clickable on Click like the normal Button? Like i want a visual feedback the layout was pressed.
I tried it
Use selector on the android:background attribute of your RealtiveLayout. Also make the layout clickable (through android:clickable="true").
android:clickable="true"