Android dropdown button

9.5k Views Asked by At

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.

2

There are 2 best solutions below

0
On

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

enter image description here

1
On

If the Spinner on Android Developer website does not fit your needs, maybe you could try

  1. rey5137/material - Spinner
  2. ganfra/MaterialSpinner

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"/>