Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1bf9699 authored by Danny Wang's avatar Danny Wang
Browse files

Screen Sharing: Add tab icon resource

Tab icon is added based on the assets in go/icons.

Screenshot: http://screen/3W4RmPsFUNr5aon

UX: https://www.figma.com/design/yWfnnBhttnOrHqdRDx84qF/AL-Screen-Capture?node-id=383-7370&t=f9smr2RHbTlscy44-0

BUG: 433793396
Test: none
Flag: com.android.systemui.large_screen_sharing
Change-Id: I688cdce93749feba33df80994786a54b6ac40ff1
parent 3d57c36d
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
<!--
Copyright (C) 2025 The Android Open Source Project

   Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="20dp"
    android:height="20dp"
    android:viewportWidth="960"
    android:viewportHeight="960"
    android:tint="?attr/colorControlNormal">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M168,696L792,696Q792,696 792,696Q792,696 792,696L792,432L528,432L528,264L168,264Q168,264 168,264Q168,264 168,264L168,696Q168,696 168,696Q168,696 168,696ZM168,768Q138.3,768 117.15,746.84Q96,725.68 96,695.96L96,263.72Q96,234 117.15,213Q138.3,192 168,192L792,192Q821.7,192 842.85,213.16Q864,234.32 864,264.04L864,696.28Q864,726 842.85,747Q821.7,768 792,768L168,768ZM168,696Q168,696 168,696Q168,696 168,696L168,264Q168,264 168,264Q168,264 168,264L168,264Q168,264 168,264Q168,264 168,264L168,696Q168,696 168,696Q168,696 168,696Z"/>
</vector>