Skip to content

v1.1.4

Choose a tag to compare

@FlowMo7 FlowMo7 released this 30 Sep 13:53
· 41 commits to master since this release
  • Fix exposed style to fix marshmallow cancel button background color.
    This is now possible using e.g.:
<style name="BiometricCancelButtonStyle" parent="Widget.AppCompat.Button.Borderless">
    <item name="colorAccent">#FFFFFF</item>
    <item name="colorPrimary">#FFFFFF</item>
</style>