diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 02:41:29 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 02:41:29 +0000 |
| commit | 6dfdb9aab91391b6578417ebbcb758c8aba62c21 (patch) | |
| tree | dd1e450fe88a099945445c1ff9f7cb9142c6b3bf /android/app/build/intermediates/packaged_res/debug/xml | |
| parent | 7b52833b4ab2e5f86d7590683b7eea9559cd42b3 (diff) | |
fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call import in tests
Diffstat (limited to 'android/app/build/intermediates/packaged_res/debug/xml')
| -rw-r--r-- | android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml b/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml new file mode 100644 index 0000000..a94bcbe --- /dev/null +++ b/android/app/build/intermediates/packaged_res/debug/xml/widget_info.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<appwidget-provider + xmlns:android="http://schemas.android.com/apk/res/android" + android:minWidth="250dp" + android:minHeight="250dp" + android:targetCellWidth="4" + android:targetCellHeight="4" + android:updatePeriodMillis="0" + android:configure="org.terst.doot.widget.ui.SettingsActivity" + android:widgetCategory="home_screen" + android:widgetFeatures="reconfigurable|configuration_optional" + android:resizeMode="horizontal|vertical" + android:description="@string/app_name" /> |
