Touch a button behind an invisible view

前端 未结 3 776
执念已碎
执念已碎 2021-01-07 08:03

\"enter

See the picture, i have a button and it is behind an invisible view (the red l

3条回答
  •  走了就别回头了
    2021-01-07 08:42

    android:focusable="false"
    android:focusableInTouchMode="false"
    android:clickable="false"
    

    Declare it in your layout.

    Let me know if it helps you.

提交回复
热议问题