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?
Asked
Active
Viewed 113 times
0
-
1You should give it custom border – MMG Apr 28 '20 at 09:17
-
1https://stackoverflow.com/questions/60898946/materialcomponents-textinputlayout-outlinedbox-it-doesnt-work-properly-boxbackg/60910419#60910419 – MMG Apr 28 '20 at 09:18
1 Answers
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