feat(wallet): implement account selector

- implement add account menu
    - fix wallet panel header UI
    - implement domain data sharing
This commit is contained in:
Pavneet-Sing
2022-05-19 17:51:36 +05:30
parent 71d935157c
commit e6ebab6bc2
18 changed files with 423 additions and 42 deletions
+5
View File
@@ -84,6 +84,11 @@
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AccountSelectorActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AdvanceTxSettingActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"