第2次提交

This commit is contained in:
xuhuixiang
2025-04-22 17:44:01 +08:00
parent 0ad9ee980a
commit 216fcf8237
36 changed files with 2563 additions and 56 deletions

View File

@@ -540,6 +540,22 @@
android:name=".wallet.WalletInfoActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.WalletInfoNewActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.WalletInfoRedActivity"
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.MyWalletActivity"
android:exported="true"
android:theme="@style/SampleTheme1"
android:screenOrientation="portrait" />
<activity
android:name=".wallet.GiftInfoActivity"
android:exported="true"