简体   繁体   English

我如何在 eclipse 中使用 Material Design 功能来实现较低版本的 android api ie 2.1 eclair

[英]How can i use material design feature in eclipse for lower versions of android api i.e 2.1 eclair

I m already having a code of the app which is in API level 2.1 , I need to change its complete User-interface i want its User-interface I to look and feel like material design What should i do ?我已经有一个 API 级别 2.1 的应用程序代码,我需要更改其完整的用户界面我希望它的用户界面看起来和感觉像材料设计 我应该怎么做? I had imported appcompat but is there any complete guide to help me我已经导入了 appcompat 但是否有任何完整的指南可以帮助我

Google made it possible to also develop Material design apps for eclair using the support library check out these links for how to use the support library Google 还可以使用支持库为 eclair 开发材料设计应用程序,请查看这些链接以了解如何使用支持库

http://android-developers.blogspot.ug/2015/05/android-design-support-library.html http://android-developers.blogspot.ug/2015/05/android-design-support-library.html

Or或者

https://www.bignerdranch.com/blog/becoming-material-with-android-design-support-library/ https://www.bignerdranch.com/blog/becoming-material-with-android-design-support-library/

Remember to set your minimumSdkVersion to 2.1 in the AndroidManifest请记住在 AndroidManifest 中将您的minimumSdkVersion设置为2.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在Android Studio中运行API级别7(即eclair)的代码吗? - Can i run my code of API level 7 i.e eclair in android studio? Android 2.1(Eclair)的.dex文件格式,即API级别7 - Format of .dex files for Android 2.1 (Eclair), i.e. API level 7 如何在eclipse中使用api低于21的材料设计功能? - how to use material design features in api lower than 21 in eclipse? 如何为旧版本设计 Material? - How can I design Material for older versions? 如何在Android中使用XML中的Material Design图标? - How can I use the Material Design icons in XML in Android? 在Eclipse中,我的API级别为20。我希望使用较低版本的API - In eclipse I a getting the API level 20 .I want ot use lower versions of API 如何针对低于L的Android版本使用startLockTask()方法 - How can I use startLockTask() method for versions of Android Lower than L 如何在Android Kitkat或更低版本的材质设计中使用过渡动画 - How to use transition animation of material design with android kitkat or lower 我可以在GINGERBREAD或ECLAIR中使用MODE_IN_COMMUNICATION模式吗? - can i use the MODE_IN_COMMUNICATION mode in GINGERBREAD or ECLAIR? Android API 7(2.1 Eclair)下的相机的字符串参数 - Camera's string parameters under Android API 7 (2.1 Eclair)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM