mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-05 16:12:42 +02:00
 Adds the Android 8+ style adaptive icons, using the app's highlight color for extra contrast against the current fallback white background behind the white phone border. This new icon follows the size and grid guidelines of material design, and was created as a 108dp@1x svg
27 lines
826 B
XML
27 lines
826 B
XML
<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">
|
|
<path
|
|
android:pathData="m0,0h108v108h-108z"
|
|
android:fillColor="@color/accent"/>
|
|
<path
|
|
android:pathData="m0,0h108v108h-108z"
|
|
android:strokeAlpha="0.2"
|
|
android:fillAlpha="0.2">
|
|
<aapt:attr name="android:fillColor">
|
|
<gradient
|
|
android:startY="0"
|
|
android:endY="108"
|
|
android:startX="0"
|
|
android:endX="0"
|
|
android:type="linear">
|
|
<item android:offset="0" android:color="#FFFFFFFF"/>
|
|
<item android:offset="1" android:color="#00FFFFFF"/>
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
</vector>
|