android - overdraw layout allows touch through LinearLayout

后端 未结 3 1014
自闭症患者
自闭症患者 2021-02-07 05:47

in the following UI I have this below drabable overlaying the entire screen. The LinearLayout is transparent and allows controls below it to be clickable or touchable. Basically

3条回答
  •  無奈伤痛
    2021-02-07 06:10

    What worked for me was to put the LinearLayout before the inner RelativeLayout in the xml.

提交回复
热议问题