PinEntryView icon indicating copy to clipboard operation
PinEntryView copied to clipboard

Wrong gravity with match_parent width on Android 4.x

Open xsveda opened this issue 10 years ago • 1 comments

When you set android:layout_width attribute of PinEntryView to match_parent, it will render fine centered on Lollipop but will be aligned to left on Android 4.x. As a sideeffect, when you type into the view, you cannot see mask symbols. Easily reproducible on PinEntryView DEMO app.

xsveda avatar Mar 12 '15 15:03 xsveda

The addition of diagonal press * enables some form of radial selection. IT works best with very quick hold presses

Electronicks avatar Jan 15 '25 21:01 Electronicks