Compatiblity of Material Design to versions below Android 5.0?

后端 未结 4 915
逝去的感伤
逝去的感伤 2020-11-29 09:27

Is it possible to use material design themes for versions below Android 5.0? According to this link, it is not the case:

Material design is a comprehe

相关标签:
4条回答
  • 2020-11-29 10:05

    Use AppCompat lib as stated in other comments and One of the best examples of using material compatibility is.

    https://github.com/tekinarslan/AndroidMaterialDesignToolbar

    0 讨论(0)
  • 2020-11-29 10:08

    Yes it is possible to use material design themes below android 5.0. U can follow this link to see backward compatibility link

    and to learn more about material design use this link

    0 讨论(0)
  • 2020-11-29 10:17

    You can use the support library to have some of features in older versions as well as mentioned in below link:-

    https://developer.android.com/training/material/compatibility.html

    also as mentioned below you can visit this link as well:-

    http://android-developers.blogspot.in/2014/10/appcompat-v21-material-design-for-pre.html

    0 讨论(0)
  • 2020-11-29 10:21

    You can use AppCompat as stated here: http://android-developers.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html

    Everything you are asking for is in that link. cheers :)

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