Skip to content

Commit

Permalink
feat: Added entry animations for carts and cart items
Browse files Browse the repository at this point in the history
Enhanced user experience with smooth animations:

- Implemented entry animations for carts and cart items to create a more engaging user interface.
  • Loading branch information
Mihai-Cristian Condrea committed Nov 22, 2024
1 parent c123f1e commit 12bc776
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@
android:name=".ui.screens.settings.about.AboutSettingsActivity"
android:parentActivityName=".ui.screens.settings.SettingsActivity" />

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/AppThemeActionBar" />

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/AppThemeActionBar" />

<activity
android:name=".ui.screens.help.HelpActivity"
android:parentActivityName=".ui.screens.main.MainActivity" />
Expand Down

0 comments on commit 12bc776

Please sign in to comment.