Files
solon/mobile/app/src/main/res/drawable/launcher_background.xml
T
2024-10-22 18:18:13 +02:00

54 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<!-- Background Color -->
<path android:fillColor="#000000"
android:pathData="M0,0h108v108h-108z"/>
<!-- Vertical Grid Lines -->
<path android:fillColor="#00000000"
android:pathData="M9,0L9,108"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<path android:fillColor="#00000000"
android:pathData="M19,0L19,108"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<path android:fillColor="#00000000"
android:pathData="M29,0L29,108"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<!-- Repeat the lines for remaining grid -->
<!-- Horizontal Grid Lines -->
<path android:fillColor="#00000000"
android:pathData="M0,9L108,9"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<path android:fillColor="#00000000"
android:pathData="M0,19L108,19"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<path android:fillColor="#00000000"
android:pathData="M0,29L108,29"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<!-- Repeat the lines for remaining grid -->
<!-- Additional Grid Lines within the Central Area -->
<path android:fillColor="#00000000"
android:pathData="M19,29L89,29"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<path android:fillColor="#00000000"
android:pathData="M19,39L89,39"
android:strokeColor="#000000"
android:strokeWidth="0.8"/>
<!-- Repeat similar paths for the remaining inner lines -->
</vector>