Android color selector doesn't work with custom attributes

后端 未结 3 1689
误落风尘
误落风尘 2020-12-06 00:10

I\'ve got in attrs.xml

 
    
    
    <         


        
3条回答
  •  既然无缘
    2020-12-06 01:01

    Are you sure if you applying MyTheme to the activity or the textview? Another thing you can try is that instead of using the "?" operator in your forground_to_background.xml, trying using "@" instead. see if that fixes your problem

提交回复
热议问题