A library to bring fully animated Material Design components to pre-Lolipop Android.
MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's original author is Rey Pham.
Circular
Linear
Or try it here.
Add Gradle dependency:
dependencies { implementation 'com.github.rey5137:material:1.3.1' }
AppCompat, CardView, RecyclerView library is required by Material library.
dependencies { compile 'androidx.appcompat:appcompat:1.0.0' compile 'androidx.cardview:cardview:1.0.0' compile 'androidx.recyclerview:recyclerview:1.0.0' }
Now you can use any widget in com.rey.material.widget package as you wish. For styling, please view Wiki. Note that default style of widgets depend on theme of AppCompat. Here is an example: