Enable predictive back gestures, improve navigation animations

This commit is contained in:
Nishant Mishra
2025-07-04 18:06:41 +05:30
parent 8f3ee5359e
commit fd8b716ee9
6 changed files with 46 additions and 13 deletions

View File

@@ -6,12 +6,14 @@
android:name=".TomatoApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Tomato">
android:theme="@style/Theme.Tomato"
tools:targetApi="36">
<activity
android:name=".MainActivity"
android:exported="true"