What is this dropdown button? It looks like a spinner and the animation can be found here.
I tried using spinner but it's not the same. This one looks awesome! Can anybody help me find it? I need to create something similar.
What is this dropdown button? It looks like a spinner and the animation can be found here.
I tried using spinner but it's not the same. This one looks awesome! Can anybody help me find it? I need to create something similar.
If the Spinner on Android Developer website does not fit your needs, maybe you could try
With the following code on rey5137/material - Spinner, you could create the spinner with ripple effect.
<com.rey.material.widget.Spinner
style="@style/Material.Widget.Spinner"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:rd_style="@style/Material.Drawable.Ripple.Wave"/>
I'm working on a material Spinner. It looks like on the image below. If you like it, it's available as a part of Carbon library. You can find it here: https://github.com/ZieIony/Carbon