Can someone explain the attr?

前端 未结 6 1242
夕颜
夕颜 2021-01-30 00:16

I am looking at the Honeycomb Gallery sample code (here) and I ran across the following code while trying to add action items in my own app:



        
6条回答
  •  终归单人心
    2021-01-30 00:24

    The ?attr: syntax is used for accessing attributes of current theme. See referencing style attributes.

提交回复
热议问题