Extension for toast

This commit is contained in:
2024-05-14 13:38:02 +05:30
parent 880e876c63
commit a57e46f01d
12 changed files with 107 additions and 70 deletions

View File

@@ -16,15 +16,18 @@
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".onboard.OnboardActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan"
android:name=".home.HomeActivity"
android:exported="false" />
<activity
android:name=".onboard.WelcomeActivity"
android:name=".onboard.OnboardActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/Theme.App.Starting"
android:exported="true">
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".onboard.WelcomeActivity"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/Theme.App.Starting">
<intent-filter>
<action android:name="android.intent.action.MAIN" />