Seeing message in logs: “app:theme is deprecated”?

前端 未结 4 1820
独厮守ぢ
独厮守ぢ 2020-12-10 09:52

Ever since upgrading to the latest appcompat library, I\'m seeing a message in my logs from ViewUtils.

app:theme is now deprecated. Please move to using androi

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 10:44

    If you see a code block like the following in the styles file ;

    @style/MyToolbarTheme
    

    Replace it.

    @style/MyToolbarTheme
    

提交回复
热议问题