1
0
Fork 0
fenix/app/src/main/res/drawable/quick_action_icon_share.xml

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<size
android:width="40dp"
android:height="40dp" />
<solid android:color="@color/quick_action_share_icon_background"/>
</shape>
</item>
<item
android:bottom="8dp"
android:left="8dp"
android:right="8dp"
android:top="8dp">
<vector
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/quick_action_share_icon"
android:pathData="M17,14a4,4 0,0 0,-2.91 1.27L9.87,13a3.68,3.68 0,0 0,0 -1.94l4.22,-2.3A4,4 0,1 0,13 6a3.85,3.85 0,0 0,0.13 1L8.91,9.27a4,4 0,1 0,0 5.46L13.13,17a3.85,3.85 0,0 0,-0.13 1,4 4,0 1,0 4,-4zM17,4a2,2 0,1 1,-2 2,2 2,0 0,1 2,-2zM6,14a2,2 0,1 1,2 -2,2 2,0 0,1 -2,2zM17,20a2,2 0,1 1,2 -2,2 2,0 0,1 -2,2z"/>
</vector>
</item>
</layer-list>