- Implemented ShareRoomPicker component to allow users to pick a room for sharing content received from Android intents. - Integrated search functionality to filter rooms and directs. - Added virtualized list for efficient rendering of room options. - Created utility functions for handling Android share payloads, including fetching and clearing pending shares. Co-authored-by: Copilot <copilot@github.com>
31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="18"
|
|
android:viewportHeight="18">
|
|
<!--
|
|
Converted from public/res/svg/notification.svg.
|
|
Transforms flattened: outer(1.05922,0,0,1.05922,-0.5628,-0.4805)
|
|
x inner(1.6762,0,0,1.6762,-4.5071,-10.7901)
|
|
= scale 1.7754, translate(-5.337,-11.908)
|
|
-->
|
|
<group
|
|
android:scaleX="1.7754"
|
|
android:scaleY="1.7754"
|
|
android:translateX="-5.337"
|
|
android:translateY="-11.908">
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M4.624,14.382C4.624,14.382 1.358,10.79 5.108,8.336C5.501,8.316 7.14,8.899 7.18,10.368C7.22,11.836 5.641,11.172 5.108,11.856C4.575,12.54 4.454,14.121 4.624,14.382Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M5.08,13.547C5.08,13.547 7.28,14.842 7.291,10.74C7.592,10.971 8.588,12.107 7.713,13.777C6.838,15.446 5.392,14.322 5.08,13.547Z" />
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M5.921,14.763C5.584,14.449 6.374,15.403 6.704,16.642C6.873,16.232 8.282,17.562 11.166,14.247C12.324,12.581 13.244,11.279 11.249,8.874C9.254,6.469 6.507,6.615 5.469,7.581C4.431,8.546 5.35,7.566 6.653,8.667C7.52,9.399 7.444,10.431 7.444,10.431C7.774,10.551 9.12,12.332 7.935,14.099C7.205,15.187 6.259,15.076 5.921,14.763Z" />
|
|
</group>
|
|
</vector> |