Issue: change border color or box stroke for unfocused TextInputLayout in android
问题 I have a very specific issue for changing the outline of the textbox for TextInputLayout when it's unfocused. I can't seem to find an attribute to change the color for the border of my "unfocused" text box. Here's a visual example of what I'm trying to do: The color of this (textbox):border is not white. currently its not focused. After I click it, it turns white: I don't know what I need to change, it doesn't seem like there is an attribute to change it. I'm also using material design text