0

I'm new to Android development. I want to know is there any way to add two border in a text field. one inside another so that When User provide Input the Inner Border turns blue or specified color?

Hint

Ash
  • 36
  • 6
  • 1
    You should give it custom border – MMG Apr 28 '20 at 09:17
  • 1
    https://stackoverflow.com/questions/60898946/materialcomponents-textinputlayout-outlinedbox-it-doesnt-work-properly-boxbackg/60910419#60910419 – MMG Apr 28 '20 at 09:18

1 Answers1

0

You can create separate drawables for each app the outer drawable to a linear layout and inside that linear layout put edittext and apply second drawable to that edittext

Ruchi
  • 71
  • 3