update risk profile screen, kyc screen and image picker package added

This commit is contained in:
jayesh
2024-03-21 17:58:30 +05:30
parent 9a3ee57750
commit 3dd1e6d53e
19 changed files with 1610 additions and 532 deletions

View File

@@ -4,6 +4,10 @@
android:label="Trader's Circuit"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<activity
android:name=".MainActivity"
android:exported="true"