10bis / CompactCreditInput

A compact credit card input field that combines the number date and cvv into a single field
GNU General Public License v3.0
45 stars 10 forks source link

fix constraint for input #11

Closed galmc86 closed 4 years ago

galmc86 commented 4 years ago

On Constraint layout, there is a problem with "layout_width" "match_parent" value that pushes the widget to the end of the screen, the solution for that is to give the widget "layout_width=0dp" and constraints of start & end that will stretch the widget as "match_parent" but without the issue