async-la / ttn-mobile

The Things Network Mobile App
14 stars 3 forks source link

[Form] Fix iOS header alignment issue #157

Closed computerjazz closed 7 years ago

computerjazz commented 7 years ago

Also adds padding to X cancel button to increase clickable area.

Closes #152

christopherdro commented 7 years ago

These padding changes don't affect Android at all?

computerjazz commented 7 years ago

It doesn't affect android negatively.

The main alignment issue was the marginBottom that was added to the title but not the X, which I moved to the row itself. The padding just makes clicking the X easier, I noticed I sometimes missed the button before.