Material Design, AppCompat, and Backwards Compatibility

后端 未结 1 397
后悔当初
后悔当初 2020-11-28 16:05

I\'m trying to understand the principles of using Material Design a bit better (I\'m new to this area and have been reading documentations and tutorials, but the subject is

相关标签:
1条回答
  • 2020-11-28 16:33

    The whole point of AppCompat is that you only need one theme (you don't need a separate one in values-v21) and it will be the same experience on all devices.

    Theme.AppCompat already extends android:Theme.Material on API 21+ - it is just handling all of the version checking for you.

    0 讨论(0)
提交回复
热议问题