commit 65396a1a5787806e95d036fcecf05895e38ef33b
parent 08977f5e2b79ad4ab3ef79cc97511a792dfbbb13
Author: Iván Ávalos <avalos@disroot.org>
Date: Sat, 14 Feb 2026 17:54:27 +0100
[wallet] add missing ic_swiss_qr.xml
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/wallet/src/main/res/drawable/ic_swiss_qr.xml b/wallet/src/main/res/drawable/ic_swiss_qr.xml
@@ -0,0 +1,16 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="512dp"
+ android:height="512dp"
+ android:viewportWidth="32"
+ android:viewportHeight="32">
+ <path
+ android:pathData="M0.158,0L31.842,0A0.158,0.158 0,0 1,32 0.158L32,31.842A0.158,0.158 0,0 1,31.842 32L0.158,32A0.158,0.158 0,0 1,0 31.842L0,0.158A0.158,0.158 0,0 1,0.158 0z"
+ android:strokeLineJoin="round"
+ android:strokeWidth="0.5625"
+ android:fillColor="#ffffff"
+ android:strokeLineCap="round"/>
+ <path
+ android:pathData="M3.454,3.454V28.546H28.546V3.454ZM13.648,8.159h4.705v5.489h5.489v4.705h-5.489v5.489H13.648V18.352H8.159v-4.705h5.489z"
+ android:strokeWidth="0.784142"
+ android:fillColor="#000000"/>
+</vector>