Here are some features of Android Support library 23.2
1. Support vector drawable (support-vector-drawable).
Help to replace multiple bitmap images to single vector graphic xml file. While vector drawable only support in lollipop and above version.
Support Vector Drawable supports for API 7+.
2. Animated vector drawable (animated-vector-drawable)
Crisp animation at all densities. Android Studio 1.4 introduced limited support for vector drawables.
Animated Vector Drawable supports for API 11+.
3. AppCompat DayNight theme
This theme allows apps to easily support both a Light and Dark theme. Changing in theme will control automatically or manually.
DayNight theme fully support from API 14+
DayNightTheme also has DayNight.DarkActionBar,DayNight.NoActionBar etc.
4. BottomSheet
This functionality is use to easily add bottom Sheet to app.
Happy Coding!! :D
0 Comment(s)