Skip to content Skip to sidebar Skip to footer

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

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

Solution 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.


Post a Comment for "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"