For Floating Editext labels my dependency in gradle is: compile 'com.android.support:design:23.2.1' what should I do?
相关问题
- How can I create this custom Bottom Navigation on
- Illegal to have multiple roots (start tag in epilo
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Creating XML Elements without namespace declaratio
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Get Attribute Value From Simple XML Using JQuery /
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.