Add white background to nextcloud badge icon

This commit is contained in:
MM20 2025-04-20 13:42:06 +02:00
parent 53f305acd9
commit 27503d34f2
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -3,8 +3,19 @@
android:height="12dp"
android:viewportWidth="12"
android:viewportHeight="12">
<path
android:pathData="M6,3.9609C5.0708,3.9609 4.2897,4.5951 4.0469,5.4492 3.8356,4.9971 3.382,4.6777 2.8535,4.6777 2.1275,4.6777 1.5313,5.274 1.5313,6 1.5313,6.726 2.1275,7.3223 2.8535,7.3223 3.382,7.3223 3.8356,7.0029 4.0469,6.5508 4.2897,7.4049 5.0708,8.0391 6,8.0391 6.9292,8.0391 7.7103,7.4049 7.9531,6.5508 8.1644,7.0029 8.618,7.3223 9.1465,7.3223 9.8725,7.3223 10.4688,6.726 10.4688,6 10.4688,5.274 9.8725,4.6777 9.1465,4.6777 8.618,4.6777 8.1644,4.9971 7.9531,5.4492 7.7103,4.5951 6.9292,3.9609 6,3.9609ZM6,4.748C6.6958,4.748 7.252,5.3042 7.252,6 7.252,6.6958 6.6958,7.252 6,7.252 5.3042,7.252 4.748,6.6958 4.748,6 4.748,5.3042 5.3042,4.748 6,4.748ZM2.8535,5.4629C3.1544,5.4629 3.3906,5.6991 3.3906,6 3.3906,6.3009 3.1544,6.5371 2.8535,6.5371 2.5526,6.5371 2.3164,6.3009 2.3164,6 2.3164,5.6991 2.5526,5.4629 2.8535,5.4629ZM9.1465,5.4629C9.4474,5.4629 9.6836,5.6991 9.6836,6 9.6836,6.3009 9.4474,6.5371 9.1465,6.5371 8.8456,6.5371 8.6094,6.3009 8.6094,6 8.6094,5.6991 8.8456,5.4629 9.1465,5.4629Z"
android:fillColor="#0082c9"
android:fillAlpha="1"/>
<path
android:fillColor="#fff"
android:pathData="M 12,6 A 6,6 0 0 1 6,12 6,6 0 0 1 0,6 6,6 0 0 1 6,0 6,6 0 0 1 12,6
Z" />
<group
android:pivotX="6"
android:pivotY="6"
android:scaleX="0.85"
android:scaleY="0.85">
<path
android:fillAlpha="1"
android:fillColor="#0082c9"
android:pathData="M6,3.9609C5.0708,3.9609 4.2897,4.5951 4.0469,5.4492 3.8356,4.9971 3.382,4.6777 2.8535,4.6777 2.1275,4.6777 1.5313,5.274 1.5313,6 1.5313,6.726 2.1275,7.3223 2.8535,7.3223 3.382,7.3223 3.8356,7.0029 4.0469,6.5508 4.2897,7.4049 5.0708,8.0391 6,8.0391 6.9292,8.0391 7.7103,7.4049 7.9531,6.5508 8.1644,7.0029 8.618,7.3223 9.1465,7.3223 9.8725,7.3223 10.4688,6.726 10.4688,6 10.4688,5.274 9.8725,4.6777 9.1465,4.6777 8.618,4.6777 8.1644,4.9971 7.9531,5.4492 7.7103,4.5951 6.9292,3.9609 6,3.9609ZM6,4.748C6.6958,4.748 7.252,5.3042 7.252,6 7.252,6.6958 6.6958,7.252 6,7.252 5.3042,7.252 4.748,6.6958 4.748,6 4.748,5.3042 5.3042,4.748 6,4.748ZM2.8535,5.4629C3.1544,5.4629 3.3906,5.6991 3.3906,6 3.3906,6.3009 3.1544,6.5371 2.8535,6.5371 2.5526,6.5371 2.3164,6.3009 2.3164,6 2.3164,5.6991 2.5526,5.4629 2.8535,5.4629ZM9.1465,5.4629C9.4474,5.4629 9.6836,5.6991 9.6836,6 9.6836,6.3009 9.4474,6.5371 9.1465,6.5371 8.8456,6.5371 8.6094,6.3009 8.6094,6 8.6094,5.6991 8.8456,5.4629 9.1465,5.4629Z" />
</group>
</vector>