zeroclaw/clients/android/app/src/main/res/drawable/ic_notification.xml
Preventnetworkhacking ed80ffb59a fix(android): cleanup and add missing resources
- Remove UDL file (using proc-macro UniFFI instead)
- Remove build.rs (not needed with setup_scaffolding!)
- Comment out zeroclaw dep temporarily (standalone build)
- Add placeholder launcher icon drawable
- Add notification icon drawable
- Fix service notification to use hardcoded strings

The UniFFI proc-macro approach is cleaner and doesn't require
separate UDL definitions - the Rust types are annotated directly.
2026-02-26 21:05:39 -08:00

11 lines
381 B
XML

<?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:fillColor="#FFFFFF"
android:pathData="M12,2A10,10 0,1 0,22 12A10,10 0,0 0,12 2ZM12,20A8,8 0,1 1,20 12A8,8 0,0 1,12 20Z"/>
</vector>