summaryrefslogtreecommitdiff
path: root/android/app/build/intermediates/packaged_res/debug/drawable
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-06-29 02:41:29 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-06-29 02:41:29 +0000
commit6dfdb9aab91391b6578417ebbcb758c8aba62c21 (patch)
treedd1e450fe88a099945445c1ff9f7cb9142c6b3bf /android/app/build/intermediates/packaged_res/debug/drawable
parent7b52833b4ab2e5f86d7590683b7eea9559cd42b3 (diff)
fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call import in tests
Diffstat (limited to 'android/app/build/intermediates/packaged_res/debug/drawable')
-rw-r--r--android/app/build/intermediates/packaged_res/debug/drawable/ic_checkbox_empty.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/app/build/intermediates/packaged_res/debug/drawable/ic_checkbox_empty.xml b/android/app/build/intermediates/packaged_res/debug/drawable/ic_checkbox_empty.xml
new file mode 100644
index 0000000..087fc9c
--- /dev/null
+++ b/android/app/build/intermediates/packaged_res/debug/drawable/ic_checkbox_empty.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M8,4 L16,4 Q20,4 20,8 L20,16 Q20,20 16,20 L8,20 Q4,20 4,16 L4,8 Q4,4 8,4 Z"
+ android:strokeWidth="2"
+ android:strokeColor="#FFFFFF"
+ android:fillColor="@android:color/transparent"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round" />
+</vector>