feat: Add BlurredAvatarBackground component and integrate it into ChatsListScreen and ProfileScreen

This commit is contained in:
2026-01-24 20:18:27 +05:00
parent 23e1d72ac0
commit dc548a3c7a
8 changed files with 420 additions and 29 deletions

View File

@@ -6,5 +6,15 @@
<item name="android:navigationBarColor">@color/splash_background</item>
</style>
<!-- Theme for UCrop Activity (requires AppCompat) -->
<style name="Theme.RosettaAndroid.UCrop" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@color/splash_background</item>
<item name="android:statusBarColor">@color/splash_background</item>
<item name="android:navigationBarColor">@color/splash_background</item>
<item name="colorPrimary">@color/primary_blue</item>
<item name="colorPrimaryDark">@color/primary_blue</item>
<item name="colorAccent">@color/primary_blue</item>
</style>
<color name="splash_background">#1B1B1B</color>
</resources>