I recently updated my support library to com.android.support:appcompat-v7:25.1.0 after which if I add a text to EditText via xml file the Tex
com.android.support:appcompat-v7:25.1.0
EditText
Tex
@Rahul Sharma,
Why you are using android:hint="From" and android:text="09:00 AM" in EditText tag of xml file?
android:hint="From"
android:text="09:00 AM"
Instead of that you can use only android:hint="From in xml file and In Java code u can set text in dynamically.
android:hint="From
I hope u will get my point. Thanks.