tested01 / crmW

0 stars 0 forks source link

Android textInput has default underline (Remove it) #22

Closed tested01 closed 7 years ago

tested01 commented 7 years ago

The issue

TextInput has by default a border at the bottom of its view. This border has its padding set by the background image provided by the system, and it cannot be changed. Solutions to avoid this is to either not set height explicitly, case in which the system will take care of displaying the border in the correct position, or to not display the border by setting underlineColorAndroid to transparent.

Solution: setting underlineColorAndroid to transparent.

tested01 commented 7 years ago

Resolve @ cf7a3925c2c65bcd80d2c4bbf1ab5a5e406421e7