Public Access
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
The themed-icon layer, for the Android 13+ setting that repaints every launcher icon in
|
|
the wallpaper's colours. The system tints this by its alpha and discards the colour, so
|
|
the geometry is the foreground's and white is only a way of saying "opaque here".
|
|
|
|
Note what that means for the filled design: the accent tile is the background layer, and a
|
|
themed icon drops the background entirely. So the shape that survives here is the glyph, not
|
|
the tile — which is the right way round anyway. Filling this layer to the edges to stand in
|
|
for the tile would tint to a featureless square with nothing of the mark left in it.
|
|
|
|
Worth shipping rather than leaving out: a launcher with themed icons on and no monochrome
|
|
layer to use falls back to the full-colour icon, so the one app on the home screen still
|
|
drawn in its own accent is this one.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
|
|
<path
|
|
android:pathData="M36.06,43.33 L49.91,53.57 L36.06,63.8"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"
|
|
android:strokeWidth="5.4"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
|
|
<path
|
|
android:pathData="M54,64.68 L71.94,64.68"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"
|
|
android:strokeWidth="5.4"
|
|
android:strokeLineCap="round" />
|
|
|
|
</vector>
|