Sharrit/app/src/main/res/drawable/ic_launcher_foreground.xml
2026-01-11 19:47:49 -05:00

50 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<!-- Bookmark shape with gradient -->
<path
android:pathData="M36,24 L36,78 L54,66 L72,78 L72,24 C72,21.79 70.21,20 68,20 L40,20 C37.79,20 36,21.79 36,24 Z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="36"
android:startY="20"
android:endX="72"
android:endY="78"
android:type="linear">
<item android:offset="0" android:color="#FF00D4AA"/>
<item android:offset="1" android:color="#FF0EA5E9"/>
</gradient>
</aapt:attr>
</path>
<!-- Chain link overlay - top part -->
<path
android:pathData="M58,32 C58,28.69 60.69,26 64,26 L70,26 C73.31,26 76,28.69 76,32 L76,38 C76,41.31 73.31,44 70,44 L64,44"
android:strokeWidth="3"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:fillColor="#00000000"/>
<!-- Chain link overlay - bottom part -->
<path
android:pathData="M50,44 C50,47.31 47.31,50 44,50 L38,50 C34.69,50 32,47.31 32,44 L32,38 C32,34.69 34.69,32 38,32 L44,32"
android:strokeWidth="3"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:fillColor="#00000000"/>
<!-- Connecting diagonal -->
<path
android:pathData="M50,44 L58,32"
android:strokeWidth="3"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:fillColor="#00000000"/>
</vector>