I've want to change editetext bottom line color in dialog . I've a custom dialog layout and I've used this style for each edittext but it doesn't work at all and i get a black bottom line anyway:
this is the style code :
<style name="edittext_line" parent="Widget.AppCompat.EditText">
<item name="colorControlNormal">@color/dialog_bg</item>
<item name="colorControlActivated">@color/dialog_bg</item>
<item name="colorControlHighlight">@color/dialog_bg</item>
I use this style for each editText . Could you help me , why it doesn't work ?