Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created May 27, 2016 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/2b31942e16cba5962f233e7222df005a to your computer and use it in GitHub Desktop.
Save hitherejoe/2b31942e16cba5962f233e7222df005a to your computer and use it in GitHub Desktop.
WalletFragmentStyle walletFragmentStyle = new WalletFragmentStyle()
.setBuyButtonText(WalletFragmentStyle.BuyButtonText.BUY_WITH)
.setBuyButtonAppearance(WalletFragmentStyle.BuyButtonAppearance.ANDROID_PAY_DARK)
.setBuyButtonWidth(WalletFragmentStyle.Dimension.MATCH_PARENT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment