feat: enhance user avatar display with S3Image and initial-based fallback, improve socket reconnection logic, and update splash screen layout, assets, and Android permissions.

This commit is contained in:
pradeepkumar
2026-03-27 15:39:38 +05:30
parent ca4315b09d
commit 625db4bb99
7 changed files with 132 additions and 56 deletions

View File

@@ -3,17 +3,21 @@
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
<item android:drawable="@drawable/splash_gradient" />
<!-- House illustration centered -->
<item>
<!-- House illustration — above center -->
<item
android:gravity="center_horizontal"
android:top="0dp"
android:bottom="80dp">
<bitmap
android:gravity="center"
android:src="@drawable/splash_house" />
</item>
<!-- RE-Quest logo below center -->
<!-- RE-Quest logo below center -->
<item
android:gravity="center_horizontal|bottom"
android:bottom="200dp">
android:gravity="center_horizontal"
android:top="80dp"
android:bottom="0dp">
<bitmap
android:gravity="center"
android:src="@drawable/splash_logo" />