- 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.
11 lines
381 B
XML
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>
|