Change onboarding images

This commit is contained in:
wchen342
2021-12-09 13:29:46 +02:00
parent 1b30e9a5bb
commit 12baee55f5
17 changed files with 1284 additions and 436 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2021 The Brave Authors. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="BraveWalletOnboarding">
<item name="ic_onboarding_backup">@drawable/ic_onboarding_backup_dark</item>
<item name="ic_onboarding_intro">@drawable/ic_onboarding_intro_dark</item>
<item name="ic_onboarding_password">@drawable/ic_onboarding_password_dark</item>
</style>
</resources>