I have an edittext box and I would like to change the background color of text in edittext and not edittext background color.Basically there will be 2 background color in the end both edittext background color and textbackground color.How can add textbackground color to edittext?
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/editText"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:textColor="@android:color/white"
/>