-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIT-1759] UI cutomization configuration (#277)
* feat: revamp UiCustomization config * feat: update sample app * feat: add EXTRA_UI_CUSTOMIZATION parameter and set ui customization to 3DS SDK * feat: add support dark mode * chore: update sample code * docs: add UiCustomization comment docs * test: fix failed test * chore: uncomment code * test: add unit tests * test: run test with Robolectric and add unit tests
- Loading branch information
Showing
14 changed files
with
783 additions
and
497 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto"> | ||
<font | ||
app:font="@font/roboto_mono_regular" | ||
app:fontStyle="normal" | ||
app:fontWeight="400" /> | ||
<font | ||
app:font="@font/roboto_mono_bold" | ||
app:fontStyle="normal" | ||
app:fontWeight="700" /> | ||
</font-family> |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.