-
-
Save hitherejoe/2b31942e16cba5962f233e7222df005a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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