Skip to content

Instantly share code, notes, and snippets.

View mathewcropper's full-sized avatar

Mathew Cropper mathewcropper

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mathewcropper on github.
  • I am mathewcropper (https://keybase.io/mathewcropper) on keybase.
  • I have a public key whose fingerprint is 1C02 C758 FAAD E71A C1A2 1C97 1111 2BC5 C824 E910

To claim this, I am signing this object:

@mathewcropper
mathewcropper / hide_contact_us.java
Created August 10, 2016 12:27
Hide the Contact Us FAB in the Support SDK for Android
new SupportActivity.Builder()
.showContactUsButton(false)
.show(this);