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.
put this layout_selector.xml in drawable folder ie(res>drawable>layout_selector.xml)
then set android:background="@drawable/layout_selector" instead android:background="@color/layout_selector"