Skip to content

Customize default TouchID dialog #263

Open
saikiran-sankey-zz wants to merge 11 commits intonaoufal:masterfrom
saikiran-sankey-zz:master
Open

Customize default TouchID dialog #263
saikiran-sankey-zz wants to merge 11 commits intonaoufal:masterfrom
saikiran-sankey-zz:master

Conversation

@saikiran-sankey-zz
Copy link
Copy Markdown

No description provided.

@Override
public void onError(String errorString, int errorCode) {
this.mFingerprintError.setText(errorString);
this.mFingerprintError.setText("Try again");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should coming from a strings file

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure i will update. Thanks @rolandolopez

Comment on lines +5 to +14
android:layout_width="250dp"
android:bottomLeftRadius="30dp"
android:bottomRightRadius="30dp"
android:topLeftRadius="30dp"
android:topRightRadius="10dp"
android:layout_height="match_parent"
android:paddingTop="15dp"
android:paddingBottom="15dp"
android:paddingLeft="30dp"
android:paddingRight="30dp"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should all be in dimens files

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure i will update. Thanks @rolandolopez

Comment on lines +29 to +49
android:id="@+id/fingerprint_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="14sp"
android:textColor="#c2cee1"
android:letterSpacing="0.02"
android:lineSpacingExtra="6sp"
android:layout_gravity="center"
android:text="Enable Fingerprint" />

<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
android:paddingBottom="25dp"
android:paddingRight="20dp"
android:paddingTop="25dp">
<TextView
android:id="@+id/fingerprint_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12sp"
android:textColor="#33599c"
android:letterSpacing="0.03"
android:lineSpacingExtra="4sp"
android:layout_marginTop="5dp"
android:layout_gravity="center"
android:text="For faster and secure login" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should be in a dimens files and a strings file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants