i am trying to modify the underline color of a EditText by applying a theme.
Style:
and in the layout xml i added inside edittext:
android:textColor="@color/darkGray"
android:textColorHint="@color/darkGray"
android:theme="@style/RecyclerEditText"
--
Now i have no offset in control icon, and no double underline.
Thanks a lot @litmon ! You pushed me to the "remove parent" idea.