Using Android L Material Design on KitKat

前端 未结 2 809
眼角桃花
眼角桃花 2020-12-28 17:09

Reading the Compatibility section of Android L Developer Preview (http://developer.android.com/preview/material/compatibility.html) I\'ve seen that i can create an APP using

2条回答
  •  天命终不由人
    2020-12-28 17:56

    This has changed since the original answer, as Google released better support for Material design in the AppCompat libraries (which support mostly all versions of Android).

    At this point, you should be using these libraries for all development, then you will be able to support Material design related features in all your apps.

    Here is how to set it up: https://developer.android.com/topic/libraries/support-library/setup.html

提交回复
热议问题