Android RelativeLayout change color onClick

前端 未结 4 593
猫巷女王i
猫巷女王i 2020-12-09 15:53

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

4条回答
  •  粉色の甜心
    2020-12-09 16:41

    Use selector on the android:background attribute of your RealtiveLayout. Also make the layout clickable (through android:clickable="true").

提交回复
热议问题