I used Floating Labels for EditText. it's works fine in Marshmallow & Lollipop. But it's does not working In kitkat(API 19) and below API level

岁酱吖の 提交于 2019-12-12 03:46:46

问题


For Floating Editext labels my dependency in gradle is: compile 'com.android.support:design:23.2.1' what should I do?


回答1:


Because you are using Material Design library as - com.android.support:design. Google introduces material design language for Lollipop (API 21) and above. So for below API 21, it will not support. You will not get same features and UI components in KITKAT.



来源:https://stackoverflow.com/questions/38013163/i-used-floating-labels-for-edittext-its-works-fine-in-marshmallow-lollipop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!