0

Image link

Please help how to do this design like this!

logeshpalani31
  • 1,416
  • 12
  • 33
TheMehedi
  • 31
  • 4

1 Answers1

0

According to the documentation, this should be enough:

<android.support.design.widget.TextInputLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:hint="Remarks">


     <android.support.design.widget.TextInputEditText
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:hint="@string/form_username"/>

 </android.support.design.widget.TextInputLayout>
Tiago Ornelas
  • 1,109
  • 8
  • 21