Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created May 27, 2016 13:39
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/959e2c14928d8d6f867fe832612463df to your computer and use it in GitHub Desktop.
Save hitherejoe/959e2c14928d8d6f867fe832612463df to your computer and use it in GitHub Desktop.
WalletFragmentOptions walletFragmentOptions = WalletFragmentOptions.newBuilder()
.setEnvironment(Constants.WALLET_ENVIRONMENT)
.setFragmentStyle(walletFragmentStyle)
.setTheme(WalletConstants.THEME_LIGHT)
.setMode(WalletFragmentMode.SELECTION_DETAILS)
.build();
mWalletFragment = SupportWalletFragment.newInstance(walletFragmentOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment