I am making an app in android.
There are 3 edittext in one page. I just want to change border color of edit text while in am writing on them . In simple words. Change border color on four.
Right now using this code for background and border color
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffffff" />
<stroke android:width="1dip" android:color="#FF0000" />
</shape>
But want to change onFocus