Skip to content

Commit

Permalink
Merge pull request #39 from chanmol1999/final
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
chanmol1999 authored Aug 1, 2019
2 parents a9040f0 + 0b2b5ae commit cb5d25f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public void onResult(CredentialRequestResult credentialRequestResult) {
} catch (IntentSender.SendIntentException e) {
e.printStackTrace();
}
Toast.makeText( LoginActivity.this, "No credentials", Toast.LENGTH_SHORT ).show();
}
}
} );
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/logo"
android:src="@drawable/iitp" />
android:src="@drawable/profile_photo" />

</com.google.android.material.card.MaterialCardView>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_sign_up.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:layout_height="match_parent"
android:contentDescription="@string/logo"
android:scaleType="centerCrop"
android:src="@drawable/iitp" />
android:src="@drawable/profile_photo" />

</androidx.cardview.widget.CardView>

Expand Down

0 comments on commit cb5d25f

Please sign in to comment.