skunkworks-crow icon indicating copy to clipboard operation
skunkworks-crow copied to clipboard

app:theme is now deprecated. move to using android:theme instead.

Open ajay-prabhakar opened this issue 4 years ago • 0 comments

Software and hardware versions

This can be verified with every device

Problem description

app:theme is now deprecated. so we have to move to android:theme instead.

Logs

while running the app I found this message in log cat

I/AppCompatViewInflater﹕ app:theme is now deprecated. Please move to using android:theme instead.

Other information

we are using app:theme in only one place that is in the toolbar.

ajay-prabhakar avatar Apr 12 '20 13:04 ajay-prabhakar