Android get layout parent id

前端 未结 4 952
粉色の甜心
粉色の甜心 2021-01-02 10:52

I would like to know what is the difference between View and ViewParent ? I am trying to get the Id of the parent of an ImageView but this I can\'t do :

4条回答
  •  暖寄归人
    2021-01-02 11:33

    Surrounding imageview returns the parent layout id.

    android:id="@+id/returnid"
    

    example :

    
    
    
        
    
    
    

提交回复
热议问题