feat: Implement file selection and gallery-as-file functionality in attachment UI

This commit is contained in:
2026-02-22 15:59:27 +05:00
parent ba7182abe6
commit 14ab10a1a0
10 changed files with 942 additions and 56 deletions

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<!-- Folder icon -->
<path
android:fillColor="#FFFFFF"
android:pathData="M10,4H4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V8c0,-1.1 -0.9,-2 -2,-2h-8l-2,-2z" />
</vector>