sandiumar / EditText-with-Border

Customize EditText Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EditText-with-Border

Customize EditText Android

You can save this code in drawable folder on Android Studio

<stroke
    android:width="2dp"
    android:color="#000000" />

After create it, you can attach in your layout xml using "android:background="@drawable/edit_text_border""

About

Customize EditText Android