checkout / frames-android

Frames Android: making native card payments simple
https://www.checkout.com/docs/integrate/sdks/android-sdk
MIT License
47 stars 33 forks source link

Allow more customisation: set multiple font #129

Closed benju69 closed 1 year ago

benju69 commented 1 year ago

Is your feature request related to a problem? Please describe. I need the pay button to have a custom font (also for the title of top bar)

Describe the solution you'd like In the custom theme or programmatically

patrick-hoban-cko commented 1 year ago

Hey @benju69, thanks for raising this!

Good news - we're working hard on making our UI way more customisable through a component-based design (using Jetpack Compose). Watch this space as they'll be coming soon! I've also reached out to the LALALAB team directly about this (will tell them you asked too 👍 )

benju69 commented 1 year ago

Now possible: val customFont = Font.Custom(R.font.font)

font = customFont