I used Floating Labels for EditText. it's work

2019-09-10 04:21发布

问题:

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.