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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user