Issue with RelativeLayout when View visibility is View.GONE

后端 未结 8 869
自闭症患者
自闭症患者 2021-02-02 05:11

I\'ve a RelativeLayout thus:



 // <-- View.VISIBLE OR View.GONE

<         


        
8条回答
  •  清歌不尽
    2021-02-02 05:40

    A simple hack for this is to play with alpha 0/1. and also disable the onClickListener if there is any

提交回复
热议问题