Blurred effect at the bottom of Edit text

Asked

Viewed 132 times

0

How to put the blurred effect at the bottom of Edit text?

inserir a descrição da imagem aqui

     <EditText
        android:id="@+id/button"
        android:layout_width="300dp"
        android:layout_height="40dp"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="36dp"
        android:background="@drawable/btn_border"
        android:hint="E-mail"
        android:padding="6dp"
        android:textAllCaps="false"
        android:textColor="@color/btn_color"
        android:textColorHighlight="@color/btn_color"
        android:textColorHint="@color/btn_color"
        />
  • could send an image to give us the idea of what you want exactly?

  • Ready put the photo

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.