Accounts UI wallet android (#9641)

* Update asset details UI with account info

* Add missing imports

* Rename fragment to portfolio

* Add Fragement for accounts

* Add account UI

Add callback for account click, asset click and transaction click

* Fix verify phrases crash

* ADD accounr detail UI

* Add account detail UI with QR
This commit is contained in:
Deep Pandya
2021-08-06 14:44:41 -04:00
committed by GitHub
parent 9c4bdd83ba
commit ce1db6133a
28 changed files with 1275 additions and 42 deletions
+16 -3
View File
@@ -55,9 +55,7 @@
android:name="org.chromium.chrome.browser.ntp.widget.NTPWidgetStackActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity">
</activity>
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.BraveWalletActivity"
android:theme="@style/Theme.Chromium.Activity"
@@ -69,6 +67,21 @@
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AddAccountActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AccountDetailActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AccountDetailsWithQrActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity"/>
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.BuySendSwapActivity"
android:theme="@style/Theme.Chromium.Activity"
android:screenOrientation="sensorPortrait"