I have Edittext in my signup form. When user touch on edittext then edittext box turn to green( which represent that edittext is selected ) i don\'t want this. when user select
In your styles.xml apply theme for edittext
Other solution: Create selector xml file in drawables
Add this line in edittext
android:background="@drawable/xml name"