how to get Theme attributes values

后端 未结 3 480
梦谈多话
梦谈多话 2020-12-29 02:54

Is it possible to obtain styled attributes values from particular Theme without setting the theme up to application/activity? (I mean before invoking context.setTheme(

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 03:32

    if you need it in the xml file, you can use something like this:

    style="?android:attr/panelTextAppearance"
    

    for example:

    
    

    if you're using eclipse, control+click on the item, to see other possible values (a file attrs.xml will open).

提交回复
热议问题