问题
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